Interface Byte2IntSortedMap

All Superinterfaces:
Byte2IntFunction, Byte2IntMap, Function<Byte,Integer>, Function<Byte,Integer>, IntUnaryOperator, Map<Byte,Integer>, SortedMap<Byte,Integer>
All Known Implementing Classes:
AbstractByte2IntSortedMap, Byte2IntAVLTreeMap, Byte2IntLinkedOpenHashMap, Byte2IntRBTreeMap, Byte2IntSortedMaps.EmptySortedMap, Byte2IntSortedMaps.Singleton, Byte2IntSortedMaps.SynchronizedSortedMap, Byte2IntSortedMaps.UnmodifiableSortedMap

public interface Byte2IntSortedMap extends Byte2IntMap, SortedMap<Byte,Integer>
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: