Schnittstelle Object2ByteSortedMap<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Map<T,Byte>, Object2ByteMap<T>, SortedMap<T,Byte>, ToByteFunction<T>
Alle bekannten Unterschnittstellen:
Object2ByteNavigableMap<T>
Alle bekannten Implementierungsklassen:
Object2ByteAVLTreeMap, Object2ByteMaps.SynchronizedNavigableMap, Object2ByteMaps.SynchronizedSortedMap, Object2ByteMaps.UnmodifyableNavigableMap, Object2ByteMaps.UnmodifyableSortedMap, Object2ByteRBTreeMap

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