Java SDK 5.0 Generic Type
<E>ってなに? <T>ってなに?
<E> <T> とか言われても。。と思ったら Java Tutorial にあったのでメモ。
・E - Element (used extensively by the Java Collections Framework) ・K - Key ・N - Number ・T - Type ・V - Value ・S,U,V etc. - 2nd, 3rd, 4th types
http://java.sun.com/docs/books/tutorial/java/generics/gentypes.html
|