Tuesday 8 January 2013

Java collections for primitive types

Java collections that save memory, when elements are primitive types:
http://trove.starlight-systems.com/overview

Ease of creating immutable collection woth Guava

In case of need od creating immutable collections in java, that are nice created, safe and efficient look for guava implementations
Read examples here: http://code.google.com/p/guava-libraries/wiki/ImmutableCollectionsExplained