Package edu.emory.mathcs.util.collections.ints

Interface Summary
IntCollection  
IntInterval Represents the interval of numbers, of the form [a0 ,,, an].
IntIterator Iterator over a collection of int numbers.
IntList List of int numbers.
IntListIterator Iterator over a list of int numbers.
IntMap Map from int keys to object values.
IntMap.Entry Represents the mapping from a int key to an object value.
IntSet Set is a collection with no duplicate elements.
IntSortedSet Sorted set is a collection with no duplicate elements.
 

Class Summary
AbstractIntCollection  
AbstractIntInterval Base class for (possibly mutable) interval classes.
AbstractIntInterval.ComplementView  
AbstractIntInterval.ConstrainedView  
AbstractIntInterval.SimpleIntervalItemIterator  
AbstractIntInterval.SimpleReverseIntervalItemIterator  
AbstractIntSet Convenience subclass for int sets.
AbstractIntSortedSet Convenience subclass for sorted int sets.
AbstractIntSortedSet.AbstractComplementSubView  
AbstractIntSortedSet.AbstractSubView  
AbstractIntSortedSet.ForwardIntervalItemIterator  
AbstractIntSortedSet.ReverseIntervalItemIterator  
IntArrayList Array-based list of int numbers.
IntCollections  
IntCollections.SimpleInterval  
IntIntervalSet Set of int numbers that is optimized towards clustered distributions.
IntRadkeHashMap Hash map with int keys.
IntRadkeHashSet Hash set of int numbers.