Interface Byte2LongSortedMap

All Superinterfaces:
Byte2LongFunction, Byte2LongMap, Function<Byte,Long>, Function<Byte,Long>, IntToLongFunction, Map<Byte,Long>, SortedMap<Byte,Long>
All Known Implementing Classes:
AbstractByte2LongSortedMap, Byte2LongAVLTreeMap, Byte2LongLinkedOpenHashMap, Byte2LongRBTreeMap, Byte2LongSortedMaps.EmptySortedMap, Byte2LongSortedMaps.Singleton, Byte2LongSortedMaps.SynchronizedSortedMap, Byte2LongSortedMaps.UnmodifiableSortedMap

public interface Byte2LongSortedMap extends Byte2LongMap, SortedMap<Byte,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: