it.unimi.dsi.fastutil.objects
Interface Object2ObjectSortedMap

All Superinterfaces:
Map, Object2ObjectMap, SortedMap
All Known Implementing Classes:
Object2ObjectAVLTreeMap, Object2ObjectLinkedOpenHashMap, Object2ObjectRBTreeMap

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