Interface Byte2ReferenceSortedMap<V>

All Superinterfaces:
Byte2ReferenceFunction<V>, Byte2ReferenceMap<V>, Function<Byte,V>, Function<Byte,V>, IntFunction<V>, Map<Byte,V>, SortedMap<Byte,V>
All Known Implementing Classes:
AbstractByte2ReferenceSortedMap, Byte2ReferenceAVLTreeMap, Byte2ReferenceLinkedOpenHashMap, Byte2ReferenceRBTreeMap, Byte2ReferenceSortedMaps.EmptySortedMap, Byte2ReferenceSortedMaps.Singleton, Byte2ReferenceSortedMaps.SynchronizedSortedMap, Byte2ReferenceSortedMaps.UnmodifiableSortedMap

public interface Byte2ReferenceSortedMap<V> extends Byte2ReferenceMap<V>, SortedMap<Byte,V>
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: