Interface Object2LongSortedMap<K>

All Superinterfaces:
Function<K,Long>, Function<K,Long>, Map<K,Long>, Object2LongFunction<K>, Object2LongMap<K>, SortedMap<K,Long>, ToLongFunction<K>
All Known Implementing Classes:
AbstractObject2LongSortedMap, Object2LongAVLTreeMap, Object2LongLinkedOpenCustomHashMap, Object2LongLinkedOpenHashMap, Object2LongRBTreeMap, Object2LongSortedMaps.EmptySortedMap, Object2LongSortedMaps.Singleton, Object2LongSortedMaps.SynchronizedSortedMap, Object2LongSortedMaps.UnmodifiableSortedMap

public interface Object2LongSortedMap<K> extends Object2LongMap<K>, SortedMap<K,Long>
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: