public abstract class AbstractObject2CharSortedMap<K> extends AbstractObject2CharMap<K> implements Object2CharSortedMap<K>
AbstractObject2CharMap.BasicEntry<K>Object2CharSortedMap.FastSortedEntrySet<K>Object2CharMap.Entry<K>, Object2CharMap.FastEntrySet<K>| Modifier and Type | Method and Description |
|---|---|
ObjectSortedSet<Map.Entry<K,Character>> |
entrySet()
Returns a set view of the mappings contained in this map.
|
ObjectSortedSet<K> |
keySet()
Returns a type-specific-sorted-set view of the keys of this map.
|
CharCollection |
values()
Returns a type-specific collection view of the values contained in this
map.
|
containsKey, containsValue, containsValue, equals, hashCode, isEmpty, putAll, toStringclear, defaultReturnValue, defaultReturnValue, get, put, put, remove, removeCharcomparator, headMap, object2CharEntrySet, subMap, tailMapcontainsValuedefaultReturnValue, defaultReturnValue, getChar, put, removeCharclear, containsKey, get, put, remove, sizeclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, sizepublic ObjectSortedSet<K> keySet()
The view is backed by the sorted set returned by 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 Object2CharMap<K>keySet in interface Object2CharSortedMap<K>keySet in interface Map<K,Character>keySet in interface SortedMap<K,Character>keySet in class AbstractObject2CharMap<K>Map.keySet()public CharCollection values()
The view is backed by the sorted set returned by 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 Object2CharMap<K>values in interface Object2CharSortedMap<K>values in interface Map<K,Character>values in interface SortedMap<K,Character>values in class AbstractObject2CharMap<K>Map.values()public ObjectSortedSet<Map.Entry<K,Character>> entrySet()
Object2CharMap
Note that this specification strengthens the one given in
Map.entrySet().
entrySet in interface Object2CharMap<K>entrySet in interface Object2CharSortedMap<K>entrySet in interface Map<K,Character>entrySet in interface SortedMap<K,Character>entrySet in class AbstractObject2CharMap<K>Map.entrySet()