Interface Byte2ShortSortedMap

All Superinterfaces:
Byte2ShortFunction, Byte2ShortMap, Function<Byte,Short>, Function<Byte,Short>, IntUnaryOperator, Map<Byte,Short>, SortedMap<Byte,Short>
All Known Implementing Classes:
AbstractByte2ShortSortedMap, Byte2ShortAVLTreeMap, Byte2ShortLinkedOpenHashMap, Byte2ShortRBTreeMap, Byte2ShortSortedMaps.EmptySortedMap, Byte2ShortSortedMaps.Singleton, Byte2ShortSortedMaps.SynchronizedSortedMap, Byte2ShortSortedMaps.UnmodifiableSortedMap

public interface Byte2ShortSortedMap extends Byte2ShortMap, SortedMap<Byte,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: