Interface Short2LongSortedMap

All Superinterfaces:
Function<Short,Long>, Function<Short,Long>, IntToLongFunction, Map<Short,Long>, Short2LongFunction, Short2LongMap, SortedMap<Short,Long>
All Known Implementing Classes:
AbstractShort2LongSortedMap, Short2LongAVLTreeMap, Short2LongLinkedOpenHashMap, Short2LongRBTreeMap, Short2LongSortedMaps.EmptySortedMap, Short2LongSortedMaps.Singleton, Short2LongSortedMaps.SynchronizedSortedMap, Short2LongSortedMaps.UnmodifiableSortedMap

public interface Short2LongSortedMap extends Short2LongMap, SortedMap<Short,Long>
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.

Additionally, this interface strengthens entrySet(), keySet(), values(), comparator(), SortedMap.subMap(Object,Object), SortedMap.headMap(Object) and SortedMap.tailMap(Object).

See Also: