Schnittstelle Byte2ObjectSortedMap<V>

Typparameter:
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Byte2ObjectMap<V>, ByteFunction<V>, Map<Byte,V>, SortedMap<Byte,V>
Alle bekannten Unterschnittstellen:
Byte2ObjectNavigableMap<V>
Alle bekannten Implementierungsklassen:
Byte2ObjectAVLTreeMap, Byte2ObjectMaps.SynchronizedNavigableMap, Byte2ObjectMaps.SynchronizedSortedMap, Byte2ObjectMaps.UnmodifyableNavigableMap, Byte2ObjectMaps.UnmodifyableSortedMap, Byte2ObjectRBTreeMap

public interface Byte2ObjectSortedMap<V> extends SortedMap<Byte,V>, Byte2ObjectMap<V>
A Type Specific SortedMap interface to reduce boxing/unboxing, with a couple extra methods that allow greater control over maps.
Note:
Byte2ObjectOrderedMap is only extended until 0.6.0 for Compat reasons. The supported classes already implement Byte2ObjectOrderedMap directly and will remove Byte2ObjectSortedMap implementations in favor of Byte2ObjectOrderedMap instead