Sunday 8 January 2012

Commons-collections library

Here are some useful features from commons-collections library:
  • CollectionUtils, MapUtils- for intersection, counting, iteration on collections and maps
  • BidiMap - supports bidirectional maps
(Version 3.2.1) More info on: http://commons.apache.org/collections/userguide.html

No comments: