Double2ReferenceFunction<V>, Double2ReferenceMap<V>, Double2ReferenceSortedMap<V>, Function<java.lang.Double,V>, java.io.Serializable, java.util.function.DoubleFunction<V>, java.util.function.Function<java.lang.Double,V>, java.util.Map<java.lang.Double,V>, java.util.SortedMap<java.lang.Double,V>Double2ReferenceAVLTreeMap, Double2ReferenceLinkedOpenHashMap, Double2ReferenceRBTreeMappublic abstract class AbstractDouble2ReferenceSortedMap<V> extends AbstractDouble2ReferenceMap<V> implements Double2ReferenceSortedMap<V>
AbstractDouble2ReferenceMap.BasicEntry<V>, AbstractDouble2ReferenceMap.BasicEntrySet<V>Double2ReferenceMap.Entry<V>, Double2ReferenceMap.FastEntrySet<V>Double2ReferenceSortedMap.FastSortedEntrySet<V>| Modifier and Type | Method | Description |
|---|---|---|
DoubleSortedSet |
keySet() |
Returns a type-specific-set view of the keys of this map.
|
ReferenceCollection<V> |
values() |
Returns a type-specific-set view of the values of this map.
|
defaultReturnValue, defaultReturnValuecontainsKey, containsValue, equals, hashCode, isEmpty, putAll, toStringapply, get, put, removeclear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfAbsentPartial, computeIfPresent, computeIfPresent, containsKey, containsKey, defaultReturnValue, defaultReturnValue, get, getOrDefault, getOrDefault, merge, merge, put, putIfAbsent, putIfAbsent, remove, remove, remove, replace, replace, replace, replace, sizecomparator, double2ReferenceEntrySet, entrySet, firstDoubleKey, firstKey, headMap, headMap, lastDoubleKey, lastKey, subMap, subMap, tailMap, tailMappublic DoubleSortedSet 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 Double2ReferenceMap<V>keySet in interface Double2ReferenceSortedMap<V>keySet in interface java.util.Map<java.lang.Double,V>keySet in interface java.util.SortedMap<java.lang.Double,V>keySet in class AbstractDouble2ReferenceMap<V>Map.keySet()public ReferenceCollection<V> 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 Double2ReferenceMap<V>values in interface Double2ReferenceSortedMap<V>values in interface java.util.Map<java.lang.Double,V>values in interface java.util.SortedMap<java.lang.Double,V>values in class AbstractDouble2ReferenceMap<V>Map.values()