it.unimi.dsi.fastutil.objects
Interface Reference2CharSortedMap

All Superinterfaces:
Map, Reference2CharMap, SortedMap
All Known Implementing Classes:
AbstractReference2CharSortedMap, Reference2CharLinkedOpenHashMap, Reference2CharSortedMaps.EmptySortedMap, Reference2CharSortedMaps.Singleton, Reference2CharSortedMaps.SynchronizedSortedMap

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