it.unimi.dsi.fastutil.objects
Interface Object2LongSortedMap

All Superinterfaces:
Map, Object2LongMap, SortedMap
All Known Implementing Classes:
AbstractObject2LongSortedMap, Object2LongAVLTreeMap, Object2LongLinkedOpenCustomHashMap, Object2LongLinkedOpenHashMap, Object2LongRBTreeMap, Object2LongSortedMaps.EmptySortedMap, Object2LongSortedMaps.Singleton, Object2LongSortedMaps.SynchronizedSortedMap, Object2LongSortedMaps.UnmodifiableSortedMap

public interface Object2LongSortedMap
extends Object2LongMap, SortedMap

A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.

See Also:
SortedMap

Nested Class Summary
 
Nested classes inherited from class it.unimi.dsi.fastutil.objects.Object2LongMap
Object2LongMap.Entry
 
Methods inherited from interface it.unimi.dsi.fastutil.objects.Object2LongMap
containsValue, defaultReturnValue, defaultReturnValue, getDefRetValue, getLong, put, removeLong, setDefRetValue
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from interface java.util.SortedMap
comparator, firstKey, headMap, lastKey, subMap, tailMap