Interface | Description |
---|---|
IntCollection |
A refinement of the
Collection interface for implementations that
store int values. |
IntIntMultiMap |
A
MultiMap subinterface for mapping int primitives as both
keys and values. |
IntIterator |
A refinement of the
Iterator interface for iterating over primitive
int values. |
IntSet |
A refinement of the
Set interface for implementations that store
int values. |
Class | Description |
---|---|
AbstractIntSet |
An abstact base class that implements all of the
IntSet |
CompactIntSet | |
IntIntHashMultiMap |
A
MultiMap implementation for mapping int primitives as both
keys and values using a hashing strategy. |
IntPair |
A utility class for holding two
int s. |
PrimitiveCollections |
A collection of static utility methods for working with primitive
collections.
|
TroveIntSet |
Copyright © 2012. All Rights Reserved.