it.unimi.dsi.fastutil.objects
Interface Reference2LongSortedMap

All Superinterfaces:
Map, Reference2LongMap, SortedMap
All Known Implementing Classes:
AbstractReference2LongSortedMap, Reference2LongLinkedOpenHashMap, Reference2LongSortedMaps.EmptySortedMap, Reference2LongSortedMaps.Singleton, Reference2LongSortedMaps.SynchronizedSortedMap, Reference2LongSortedMaps.UnmodifiableSortedMap

public interface Reference2LongSortedMap
extends Reference2LongMap, 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.Reference2LongMap
Reference2LongMap.Entry
 
Methods inherited from interface it.unimi.dsi.fastutil.objects.Reference2LongMap
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