Thursday, December 27, 2012

Collection Utility methods

There are many times I need to do operations on Collections like empty check, comparison etc.
I use apache commons CollectionUtils.

http://commons.apache.org/collections/apidocs/org/apache/commons/collections/CollectionUtils.html

No comments:

Post a Comment