it.unimi.dsi.fastutil.objects
Interface Object2ShortSortedMap

All Superinterfaces:
Map, Object2ShortMap, SortedMap
All Known Implementing Classes:
AbstractObject2ShortSortedMap, Object2ShortAVLTreeMap, Object2ShortLinkedOpenCustomHashMap, Object2ShortLinkedOpenHashMap, Object2ShortRBTreeMap, Object2ShortSortedMaps.EmptySortedMap, Object2ShortSortedMaps.Singleton, Object2ShortSortedMaps.SynchronizedSortedMap

public interface Object2ShortSortedMap
extends Object2ShortMap, 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.Object2ShortMap
Object2ShortMap.Entry
 
Methods inherited from interface it.unimi.dsi.fastutil.objects.Object2ShortMap
containsValue, defaultReturnValue, defaultReturnValue, getDefRetValue, getShort, put, removeShort, 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