it.unimi.dsi.fastutil.objects
Interface Object2ByteSortedMap

All Superinterfaces:
Map, Object2ByteMap, SortedMap
All Known Implementing Classes:
AbstractObject2ByteSortedMap, Object2ByteAVLTreeMap, Object2ByteLinkedOpenCustomHashMap, Object2ByteLinkedOpenHashMap, Object2ByteRBTreeMap, Object2ByteSortedMaps.EmptySortedMap, Object2ByteSortedMaps.Singleton, Object2ByteSortedMaps.SynchronizedSortedMap

public interface Object2ByteSortedMap
extends Object2ByteMap, 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.Object2ByteMap
Object2ByteMap.Entry
 
Methods inherited from interface it.unimi.dsi.fastutil.objects.Object2ByteMap
containsValue, defaultReturnValue, defaultReturnValue, getByte, getDefRetValue, put, removeByte, 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