Char2ByteFunction, Char2ByteMap, Char2ByteSortedMap, Function<java.lang.Character,java.lang.Byte>, java.io.Serializable, java.util.function.Function<java.lang.Character,java.lang.Byte>, java.util.function.IntUnaryOperator, java.util.Map<java.lang.Character,java.lang.Byte>, java.util.SortedMap<java.lang.Character,java.lang.Byte>Char2ByteAVLTreeMap, Char2ByteLinkedOpenHashMap, Char2ByteRBTreeMappublic abstract class AbstractChar2ByteSortedMap extends AbstractChar2ByteMap implements Char2ByteSortedMap
AbstractChar2ByteMap.BasicEntry, AbstractChar2ByteMap.BasicEntrySetChar2ByteMap.Entry, Char2ByteMap.FastEntrySetChar2ByteSortedMap.FastSortedEntrySet| Modifier and Type | Method | Description |
|---|---|---|
CharSortedSet |
keySet() |
Returns a type-specific-set view of the keys of this map.
|
ByteCollection |
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, sizechar2ByteEntrySet, 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 Char2ByteMapkeySet in interface Char2ByteSortedMapkeySet in interface java.util.Map<java.lang.Character,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Byte>keySet in class AbstractChar2ByteMapMap.keySet()public ByteCollection 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 Char2ByteMapvalues in interface Char2ByteSortedMapvalues in interface java.util.Map<java.lang.Character,java.lang.Byte>values in interface java.util.SortedMap<java.lang.Character,java.lang.Byte>values in class AbstractChar2ByteMapMap.values()