By kevinshlee
via blog.lckymn.com
Published: Dec 07 2012 / 11:27
More practical use of Java Generics with examples. It also shows why we need to use generics and how to use it properly. e.g.) IterableToCollectionSelector, Condition1, ArrayList> collectionSelectorForProduct can become IterableToArrayListSelector arrayListSelectorForProduct
Comments
Kevin Lee replied ago:
Description: More practical use of Java Generics with examples. It also shows why we need to use generics and how to use it properly. e.g.) IterableToCollectionSelector<Product, Iterable<Product>, Condition1<Product>, ArrayList<Product>> collectionSelectorForProduct can become IterableToArrayListSelector<Product> arrayListSelectorForProduct
praskrishna replied ago:
Nice blog, it was useful.
Kevin Lee replied ago:
Thanks praskrishna. :) I'm glad that you found it useful.
Voters For This Link (6)
Voters Against This Link (0)