public abstract class AbstractInt2ByteSortedMap extends AbstractInt2ByteMap implements Int2ByteSortedMap
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractInt2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected static class |
AbstractInt2ByteSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected class |
AbstractInt2ByteSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
protected static class |
AbstractInt2ByteSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
AbstractInt2ByteMap.BasicEntry, AbstractInt2ByteMap.BasicEntrySetInt2ByteSortedMap.FastSortedEntrySetInt2ByteMap.Entry, Int2ByteMap.FastEntrySetdefRetValue| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInt2ByteSortedMap() |
| Modifier and Type | Method and Description |
|---|---|
IntSortedSet |
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.
|
containsKey, containsValue, equals, hashCode, isEmpty, putAll, toStringdefaultReturnValue, defaultReturnValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparator, entrySet, firstIntKey, firstKey, headMap, headMap, int2ByteEntrySet, lastIntKey, lastKey, subMap, subMap, tailMap, tailMapclear, 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, sizeapplyAsInt, get, put, removeandThen, compose, identitypublic IntSortedSet 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 Int2ByteMapkeySet in interface Int2ByteSortedMapkeySet in interface Map<Integer,Byte>keySet in interface SortedMap<Integer,Byte>keySet in class AbstractInt2ByteMapMap.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 Int2ByteMapvalues in interface Int2ByteSortedMapvalues in interface Map<Integer,Byte>values in interface SortedMap<Integer,Byte>values in class AbstractInt2ByteMapMap.values()Copyright © 2020. All rights reserved.