it.unimi.dsi.fastutil.objects
Interface Object2ReferenceSortedMap

All Superinterfaces:
Map, Object2ReferenceMap, SortedMap
All Known Implementing Classes:
AbstractObject2ReferenceSortedMap, Object2ReferenceAVLTreeMap, Object2ReferenceLinkedOpenCustomHashMap, Object2ReferenceLinkedOpenHashMap, Object2ReferenceRBTreeMap, Object2ReferenceSortedMaps.EmptySortedMap, Object2ReferenceSortedMaps.Singleton, Object2ReferenceSortedMaps.SynchronizedSortedMap

public interface Object2ReferenceSortedMap
extends Object2ReferenceMap, 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.Object2ReferenceMap
Object2ReferenceMap.Entry
 
Methods inherited from interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
defaultReturnValue, defaultReturnValue, getDefRetValue, 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