Function<K,java.lang.Character>, Object2CharFunction<K>, Object2CharMap<K>, Object2CharSortedMap<K>, java.io.Serializable, java.util.function.Function<K,java.lang.Character>, java.util.function.ToIntFunction<K>, java.util.Map<K,java.lang.Character>, java.util.SortedMap<K,java.lang.Character>Object2CharAVLTreeMap, Object2CharLinkedOpenCustomHashMap, Object2CharLinkedOpenHashMap, Object2CharRBTreeMappublic abstract class AbstractObject2CharSortedMap<K> extends AbstractObject2CharMap<K> implements Object2CharSortedMap<K>
AbstractObject2CharMap.BasicEntry<K>, AbstractObject2CharMap.BasicEntrySet<K>Object2CharMap.Entry<K>, Object2CharMap.FastEntrySet<K>Object2CharSortedMap.FastSortedEntrySet<K>| Modifier and Type | Method | Description |
|---|---|---|
ObjectSortedSet<K> |
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, toStringcompute, computeIfAbsent, computeIfPresent, equals, forEach, hashCode, isEmpty, putAll, replaceAllapplyAsInt, getChar, put, removeCharclear, computeChar, computeCharIfAbsent, computeCharIfAbsentPartial, computeCharIfPresent, containsKey, containsValue, containsValue, defaultReturnValue, defaultReturnValue, get, getOrDefault, getOrDefault, merge, mergeChar, put, putIfAbsent, putIfAbsent, remove, remove, remove, replace, replace, replace, replace, sizecomparator, entrySet, headMap, object2CharEntrySet, subMap, tailMappublic ObjectSortedSet<K> 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 java.util.Map<K,java.lang.Character>keySet in interface Object2CharMap<K>keySet in interface Object2CharSortedMap<K>keySet in interface java.util.SortedMap<K,java.lang.Character>keySet in class AbstractObject2CharMap<K>Map.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 java.util.Map<K,java.lang.Character>values in interface Object2CharMap<K>values in interface Object2CharSortedMap<K>values in interface java.util.SortedMap<K,java.lang.Character>values in class AbstractObject2CharMap<K>Map.values()