it.unimi.dsi.fastutil.objects
Interface Object2CharSortedMap

All Superinterfaces:
Map, Object2CharMap, SortedMap
All Known Implementing Classes:
AbstractObject2CharSortedMap, Object2CharAVLTreeMap, Object2CharLinkedOpenCustomHashMap, Object2CharLinkedOpenHashMap, Object2CharRBTreeMap, Object2CharSortedMaps.EmptySortedMap, Object2CharSortedMaps.Singleton, Object2CharSortedMaps.SynchronizedSortedMap, Object2CharSortedMaps.UnmodifiableSortedMap

public interface Object2CharSortedMap
extends Object2CharMap, 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.Object2CharMap
Object2CharMap.Entry
 
Methods inherited from interface it.unimi.dsi.fastutil.objects.Object2CharMap
containsValue, defaultReturnValue, defaultReturnValue, getChar, getDefRetValue, put, removeChar, 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