Char2CharFunction, Char2CharMap, Char2CharSortedMap, Function<java.lang.Character,java.lang.Character>, java.io.Serializable, java.util.function.Function<java.lang.Character,java.lang.Character>, java.util.function.IntUnaryOperator, java.util.Map<java.lang.Character,java.lang.Character>, java.util.SortedMap<java.lang.Character,java.lang.Character>Char2CharAVLTreeMap, Char2CharLinkedOpenHashMap, Char2CharRBTreeMappublic abstract class AbstractChar2CharSortedMap extends AbstractChar2CharMap implements Char2CharSortedMap
AbstractChar2CharMap.BasicEntry, AbstractChar2CharMap.BasicEntrySetChar2CharMap.Entry, Char2CharMap.FastEntrySetChar2CharSortedMap.FastSortedEntrySet| Modifier and Type | Method | Description |
|---|---|---|
CharSortedSet |
keySet() |
Returns a type-specific-set view of the keys of this map.
|
CharCollection |
values() |
Returns a type-specific-set view of the values of this map.
|
defaultReturnValue, defaultReturnValuecontainsKey, containsValue, equals, hashCode, isEmpty, putAll, toStringapplyAsInt, get, put, removeclear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfAbsentNullable, computeIfAbsentPartial, computeIfPresent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, defaultReturnValue, defaultReturnValue, get, getOrDefault, getOrDefault, merge, merge, put, putIfAbsent, putIfAbsent, remove, remove, remove, replace, replace, replace, replace, sizechar2CharEntrySet, comparator, entrySet, firstCharKey, firstKey, headMap, headMap, lastCharKey, lastKey, subMap, subMap, tailMap, tailMappublic CharSortedSet keySet()
The view is backed by the set returned by Map.entrySet(). Note that
no attempt is made at caching the result of this method, as this
would require adding some attributes that lightweight implementations would
not need. Subclasses may easily override this policy by calling this method
and caching the result, but implementors are encouraged to write more
efficient ad-hoc implementations.
The view is backed by the sorted set returned by
Map.entrySet(). Note that no attempt is made at caching
the result of this method, as this would require adding some attributes
that lightweight implementations would not need. Subclasses may easily
override this policy by calling this method and caching the result, but
implementors are encouraged to write more efficient ad-hoc implementations.
keySet in interface Char2CharMapkeySet in interface Char2CharSortedMapkeySet in interface java.util.Map<java.lang.Character,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Character>keySet in class AbstractChar2CharMapMap.keySet()public CharCollection values()
The view is backed by the set returned by Map.entrySet(). Note that
no attempt is made at caching the result of this method, as this
would require adding some attributes that lightweight implementations would
not need. Subclasses may easily override this policy by calling this method
and caching the result, but implementors are encouraged to write more
efficient ad-hoc implementations.
The view is backed by the sorted set returned by
Map.entrySet(). Note that no attempt is made at caching
the result of this method, as this would require adding some attributes
that lightweight implementations would not need. Subclasses may easily
override this policy by calling this method and caching the result, but
implementors are encouraged to write more efficient ad-hoc implementations.
values in interface Char2CharMapvalues in interface Char2CharSortedMapvalues in interface java.util.Map<java.lang.Character,java.lang.Character>values in interface java.util.SortedMap<java.lang.Character,java.lang.Character>values in class AbstractChar2CharMapMap.values()