Package edu.emory.mathcs.util.collections.longs

Interface Summary
LongCollection  
LongInterval Represents the interval of numbers, of the form [a0 ,,, an].
LongIterator Iterator over a collection of long numbers.
LongList List of long numbers.
LongListIterator Iterator over a list of long numbers.
LongMap Map from long keys to object values.
LongMap.Entry Represents the mapping from a long key to an object value.
LongSet Set is a collection with no duplicate elements.
LongSortedSet Sorted set is a collection with no duplicate elements.
 

Class Summary
AbstractLongCollection  
AbstractLongInterval Base class for (possibly mutable) interval classes.
AbstractLongInterval.ComplementView  
AbstractLongInterval.ConstrainedView  
AbstractLongInterval.SimpleIntervalItemIterator  
AbstractLongInterval.SimpleReverseIntervalItemIterator  
AbstractLongSet Convenience subclass for long sets.
AbstractLongSortedSet Convenience subclass for sorted long sets.
AbstractLongSortedSet.AbstractComplementSubView  
AbstractLongSortedSet.AbstractSubView  
AbstractLongSortedSet.ForwardIntervalItemIterator  
AbstractLongSortedSet.ReverseIntervalItemIterator  
LongArrayList Array-based list of long numbers.
LongCollections  
LongCollections.SimpleInterval  
LongIntervalSet Set of long numbers that is optimized towards clustered distributions.
LongRadkeHashMap Hash map with long keys.
LongRadkeHashSet Hash set of long numbers.