Interface Int2ByteSortedMap

All Superinterfaces:
Function<Integer,Byte>, Function<Integer,Byte>, Int2ByteFunction, Int2ByteMap, IntUnaryOperator, Map<Integer,Byte>, SortedMap<Integer,Byte>
All Known Implementing Classes:
AbstractInt2ByteSortedMap, Int2ByteAVLTreeMap, Int2ByteLinkedOpenHashMap, Int2ByteRBTreeMap, Int2ByteSortedMaps.EmptySortedMap, Int2ByteSortedMaps.Singleton, Int2ByteSortedMaps.SynchronizedSortedMap, Int2ByteSortedMaps.UnmodifiableSortedMap

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