Collections
Sort by:Popular

Fluent Collections
Last Release on Sep 16, 2013
Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more.
Last Release on Apr 26, 2010
This bundle will export packages from javaewah.jar
Last Release on Feb 24, 2013

Collections and utilities based on primitives types
Last Release on Sep 5, 2010
reactive-collections
Last Release on Aug 5, 2014
An low latency, lock free, primitive bounded blocking queue backed by an int[]. This class mimics the interface of {@linkplain java.util.concurrent.BlockingQueue BlockingQueue}, however works with primitive ints rather than objects, so is unable to actually implement the BlockingQueue. This class takes advantage of the Unsafe.putOrderedObject, which allows us to create non-blocking code with guaranteed writes. These writes will not be re-orderd by instruction ...
Last Release on Feb 24, 2014
jin collections is a tool libraries that help working with standard Java Collections utility in a "Code by Intenction" way. It is directly inspired from Smalltalk collections utility.
Last Release on May 19, 2010

Trove of primitive collections with Apache 2.0 license, built for Java Java 8
Last Release on Jul 28, 2014
In-memory, bounded-size queue data structure that aims at minimizing garbage collection overhead (especially latency)
Last Release on Nov 30, 2011
An immutable Map based on identity
Last Release on Apr 1, 2015