public abstract class AbstractShort2DoubleSortedMap extends AbstractShort2DoubleMap implements Short2DoubleSortedMap
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractShort2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected static class |
AbstractShort2DoubleSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected class |
AbstractShort2DoubleSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
protected static class |
AbstractShort2DoubleSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
AbstractShort2DoubleMap.BasicEntry, AbstractShort2DoubleMap.BasicEntrySetShort2DoubleSortedMap.FastSortedEntrySetShort2DoubleMap.Entry, Short2DoubleMap.FastEntrySetdefRetValue| Modifier | Constructor and Description |
|---|---|
protected |
AbstractShort2DoubleSortedMap() |
| Modifier and Type | Method and Description |
|---|---|
it.unimi.dsi.fastutil.shorts.ShortSortedSet |
keySet()
Returns a type-specific-set view of the keys of this map.
|
it.unimi.dsi.fastutil.doubles.DoubleCollection |
values()
Returns a type-specific-set view of the values of this map.
|
containsKey, containsValue, equals, hashCode, isEmpty, mergeDouble, putAll, toStringdefaultReturnValue, defaultReturnValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparator, entrySet, firstKey, firstShortKey, headMap, headMap, lastKey, lastShortKey, short2DoubleEntrySet, subMap, subMap, tailMap, tailMapclear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfAbsent, computeIfAbsentNullable, computeIfAbsentPartial, computeIfPresent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, defaultReturnValue, defaultReturnValue, forEach, get, getOrDefault, getOrDefault, merge, merge, mergeDouble, mergeDouble, put, putIfAbsent, putIfAbsent, remove, remove, remove, replace, replace, replace, replace, sizeandThen, andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, applyAsDouble, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, get, put, removepublic it.unimi.dsi.fastutil.shorts.ShortSortedSet 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 Short2DoubleMapkeySet in interface Short2DoubleSortedMapkeySet in interface java.util.Map<java.lang.Short,java.lang.Double>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Double>keySet in class AbstractShort2DoubleMapMap.keySet()public it.unimi.dsi.fastutil.doubles.DoubleCollection 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 Short2DoubleMapvalues in interface Short2DoubleSortedMapvalues in interface java.util.Map<java.lang.Short,java.lang.Double>values in interface java.util.SortedMap<java.lang.Short,java.lang.Double>values in class AbstractShort2DoubleMapMap.values()