Schnittstelle Object2ObjectSortedMap<T,V>

Typparameter:
T - the keyType of elements maintained by this Collection
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Function<T,V>, Map<T,V>, Object2ObjectMap<T,V>, SortedMap<T,V>, UnaryOperator<T,V>
Alle bekannten Unterschnittstellen:
Object2ObjectNavigableMap<T,V>
Alle bekannten Implementierungsklassen:
Object2ObjectAVLTreeMap, Object2ObjectMaps.SynchronizedNavigableMap, Object2ObjectMaps.SynchronizedSortedMap, Object2ObjectMaps.UnmodifyableNavigableMap, Object2ObjectMaps.UnmodifyableSortedMap, Object2ObjectRBTreeMap

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