it.unimi.dsi.fastutil.objects
Interface Object2IntSortedMap

All Superinterfaces:
Map, Object2IntMap, SortedMap
All Known Implementing Classes:
AbstractObject2IntSortedMap, Object2IntAVLTreeMap, Object2IntLinkedOpenCustomHashMap, Object2IntLinkedOpenHashMap, Object2IntRBTreeMap, Object2IntSortedMaps.EmptySortedMap, Object2IntSortedMaps.Singleton, Object2IntSortedMaps.SynchronizedSortedMap, Object2IntSortedMaps.UnmodifiableSortedMap

public interface Object2IntSortedMap
extends Object2IntMap, 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.Object2IntMap
Object2IntMap.Entry
 
Methods inherited from interface it.unimi.dsi.fastutil.objects.Object2IntMap
containsValue, defaultReturnValue, defaultReturnValue, getDefRetValue, getInt, put, removeInt, 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