T - the type of elements maintained by this Collectionpublic interface Object2DoubleNavigableMap<T> extends Object2DoubleSortedMap<T>, java.util.NavigableMap<T,java.lang.Double>
Object2DoubleSortedMap.FastSortedSet<T>Object2DoubleMap.Entry<T>, Object2DoubleMap.FastEntrySet<T>comparator, firstDoubleValue, getAndMoveToFirst, getAndMoveToLast, keySet, lastDoubleValue, moveToFirst, moveToLast, pollFirstKey, pollLastKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getDouble, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, object2DoubleEntrySet, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, rem, remOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValueapplyAsDoubleObject2DoubleNavigableMap<T> descendingMap()
descendingMap in interface java.util.NavigableMap<T,java.lang.Double>ObjectNavigableSet<T> navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<T,java.lang.Double>ObjectNavigableSet<T> descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<T,java.lang.Double>Object2DoubleMap.Entry<T> firstEntry()
firstEntry in interface java.util.NavigableMap<T,java.lang.Double>Object2DoubleMap.Entry<T> lastEntry()
lastEntry in interface java.util.NavigableMap<T,java.lang.Double>Object2DoubleMap.Entry<T> pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<T,java.lang.Double>Object2DoubleMap.Entry<T> pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<T,java.lang.Double>default Object2DoubleMap.Entry<T> lowerEntry(T key)
lowerEntry in interface java.util.NavigableMap<T,java.lang.Double>default Object2DoubleMap.Entry<T> floorEntry(T key)
floorEntry in interface java.util.NavigableMap<T,java.lang.Double>default Object2DoubleMap.Entry<T> ceilingEntry(T key)
ceilingEntry in interface java.util.NavigableMap<T,java.lang.Double>default Object2DoubleMap.Entry<T> higherEntry(T key)
higherEntry in interface java.util.NavigableMap<T,java.lang.Double>Object2DoubleNavigableMap<T> subMap(T fromKey, boolean fromInclusive, T toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<T,java.lang.Double>Object2DoubleNavigableMap<T> headMap(T toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<T,java.lang.Double>Object2DoubleNavigableMap<T> tailMap(T fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<T,java.lang.Double>default Object2DoubleNavigableMap<T> subMap(T fromKey, T toKey)
subMap in interface java.util.NavigableMap<T,java.lang.Double>subMap in interface Object2DoubleSortedMap<T>subMap in interface java.util.SortedMap<T,java.lang.Double>default Object2DoubleNavigableMap<T> headMap(T toKey)
headMap in interface java.util.NavigableMap<T,java.lang.Double>headMap in interface Object2DoubleSortedMap<T>headMap in interface java.util.SortedMap<T,java.lang.Double>default Object2DoubleNavigableMap<T> tailMap(T fromKey)
tailMap in interface java.util.NavigableMap<T,java.lang.Double>tailMap in interface Object2DoubleSortedMap<T>tailMap in interface java.util.SortedMap<T,java.lang.Double>