xcodeabc

  • Home
  • Archive
7/13/2011
Albert 7:33:00 PM 0

Java Generic

Home » Java » Java Generic
  • Generic Methods
  • Bounded Type Parameters
  • Wildcards
  • Type Erasure
Reference

http://download.oracle.com/javase/tutorial/java/generics/index.html
http://download.oracle.com/javase/tutorial/extra/generics/index.html

http://jjhou.boolan.com/programmer-5-generic-java.htm
http://www.lifeparty.idv.tw/blog/archives/2328
Share to:
Email ThisBlogThis!Share to XShare to Facebook

0 comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Search This Blog

View Posts By Topic

  • .NET (12)
  • CSS (1)
  • Design Pattern (5)
  • Java (26)
  • JavaScript (13)
  • Other (8)
  • Python (2)
  • Security (3)
  • SQL Server (1)

Blog Archive

  • ►  2014 (24)
    • ►  November (1)
    • ►  August (2)
    • ►  June (2)
    • ►  May (2)
    • ►  April (1)
    • ►  March (7)
    • ►  February (5)
    • ►  January (4)
  • ►  2013 (30)
    • ►  December (5)
    • ►  November (2)
    • ►  October (6)
    • ►  September (2)
    • ►  August (4)
    • ►  July (8)
    • ►  June (3)
  • ▼  2011 (2)
    • ►  November (1)
    • ▼  July (1)
      • Java Generic
  • ►  2010 (5)
    • ►  February (5)

My Bookmarks

  • Java theory and practice: Managing volatility
  • Fiddler Web Debugger
  • Postman - REST Client
  • 30天快速上手TDD
  • 30 天精通 Git 版本控管
  • CAP theorem

Popular Posts

  • 使用 NHibernate 記得要把 Section Close
    最近所維護系統的使用者有越來越多,DataBase 的負擔也越來越重,也因此程式從 SQL Server 取得資料常有 Timeout 的情形,檢查 SQL Server 的 Connection List,赫然發現一支使用 NHibernate 的 UI,程式一啟動就建立了 7...
  • 解決更新 Java 版本後 Applet 無法執行的問題
    在過去的 Web 上使用 Java Applet 是相當受歡迎的的技術之一,但 Applet 與一般的 Java 應用程式不同,瀏覽器必需加入 Java Plug-In 才可在瀏覽器上正確執行 如果最近你在 Windows 上做了 Java Update,升級完後卻發現原本可正...
  • Variable-length Argument in Java, C#, Python
    Java public int sum(int... nums) { //nums.getClass().getTypeName() -> int[] int total = 0; for (int num : nums ) ...
  • Java 8 雙冒號 Method Reference
    Java 8 加入了 lambda expression 賦予了 Java 新的能力, 在使用 lambda 的同時常發現神奇的 :: 雙冒號 (double colon) 穿插其中, :: 代表什麼意義呢? 舉例來說, 在過去我們要做個由小到大的數列排序,當然使用 java...
  • Named and Optional Arguments in C#, Python, JavaScript
    C# C# 在使用具名引數上非常方便, function 不需做任何修改即可使用 public double CalculateBMI(double height, double weight, bool isPrint = true) { double heig...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments
 
Copyright © 2012 xcodeabc | Powered by Blogger
Design by MKR site | Published by - IVY Themes