Interface Reference2ObjectSortedMap<K,V>

All Superinterfaces:
Function<K,V>, Function<K,V>, Map<K,V>, Reference2ObjectFunction<K,V>, Reference2ObjectMap<K,V>, SortedMap<K,V>
All Known Implementing Classes:
AbstractReference2ObjectSortedMap, Reference2ObjectLinkedOpenHashMap, Reference2ObjectSortedMaps.EmptySortedMap, Reference2ObjectSortedMaps.Singleton, Reference2ObjectSortedMaps.SynchronizedSortedMap, Reference2ObjectSortedMaps.UnmodifiableSortedMap

public interface Reference2ObjectSortedMap<K,V> extends Reference2ObjectMap<K,V>, SortedMap<K,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: