Package edu.emory.mathcs.util.collections.shorts

Interface Summary
ShortCollection  
ShortInterval Represents the interval of numbers, of the form [a0 ,,, an].
ShortIterator Iterator over a collection of short numbers.
ShortList List of short numbers.
ShortListIterator Iterator over a list of short numbers.
ShortMap Map from short keys to object values.
ShortMap.Entry Represents the mapping from a short key to an object value.
ShortSet Set is a collection with no duplicate elements.
ShortSortedSet Sorted set is a collection with no duplicate elements.
 

Class Summary
AbstractShortCollection  
AbstractShortInterval Base class for (possibly mutable) interval classes.
AbstractShortInterval.ComplementView  
AbstractShortInterval.ConstrainedView  
AbstractShortInterval.SimpleIntervalItemIterator  
AbstractShortInterval.SimpleReverseIntervalItemIterator  
AbstractShortSet Convenience subclass for short sets.
AbstractShortSortedSet Convenience subclass for sorted short sets.
AbstractShortSortedSet.AbstractComplementSubView  
AbstractShortSortedSet.AbstractSubView  
AbstractShortSortedSet.ForwardIntervalItemIterator  
AbstractShortSortedSet.ReverseIntervalItemIterator  
ShortArrayList Array-based list of short numbers.
ShortCollections  
ShortCollections.SimpleInterval  
ShortIntervalSet Set of short numbers that is optimized towards clustered distributions.
ShortRadkeHashMap Hash map with short keys.
ShortRadkeHashSet Hash set of short numbers.