Interface Long2ShortSortedMap

All Superinterfaces:
Function<Long,Short>, Function<Long,Short>, Long2ShortFunction, Long2ShortMap, LongToIntFunction, Map<Long,Short>, SortedMap<Long,Short>
All Known Implementing Classes:
AbstractLong2ShortSortedMap, Long2ShortAVLTreeMap, Long2ShortLinkedOpenHashMap, Long2ShortRBTreeMap, Long2ShortSortedMaps.EmptySortedMap, Long2ShortSortedMaps.Singleton, Long2ShortSortedMaps.SynchronizedSortedMap, Long2ShortSortedMaps.UnmodifiableSortedMap

public interface Long2ShortSortedMap extends Long2ShortMap, SortedMap<Long,Short>
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: