it.unimi.dsi.fastutil.objects
Interface Reference2ReferenceSortedMap

All Superinterfaces:
Map, Reference2ReferenceMap, SortedMap
All Known Implementing Classes:
AbstractReference2ReferenceSortedMap, Reference2ReferenceLinkedOpenHashMap, Reference2ReferenceSortedMaps.EmptySortedMap, Reference2ReferenceSortedMaps.Singleton, Reference2ReferenceSortedMaps.SynchronizedSortedMap, Reference2ReferenceSortedMaps.UnmodifiableSortedMap

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