public static class Short2DoubleMaps.UnmodifyableNavigableMap extends Short2DoubleMaps.UnmodifyableSortedMap implements Short2DoubleNavigableMap
AbstractShort2DoubleMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2DoubleSortedMap.FastSortedSetShort2DoubleMap.BuilderCache, Short2DoubleMap.Entry, Short2DoubleMap.FastEntrySet, Short2DoubleMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Short2DoubleMap.Entry |
ceilingEntry(short key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
short |
ceilingKey(short key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
Short2DoubleNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ShortNavigableSet |
descendingKeySet() |
Short2DoubleNavigableMap |
descendingMap() |
Short2DoubleMap.Entry |
firstEntry() |
Short2DoubleMap.Entry |
floorEntry(short key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
short |
floorKey(short key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
short |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
short |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Short2DoubleNavigableMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2DoubleNavigableMap |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2DoubleMap.Entry |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
short |
higherKey(short key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
ShortNavigableSet |
keySet() |
Short2DoubleMap.Entry |
lastEntry() |
Short2DoubleMap.Entry |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
short |
lowerKey(short key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
ShortNavigableSet |
navigableKeySet() |
Short2DoubleMap.Entry |
pollFirstEntry() |
Short2DoubleMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(short e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(short e)
A Helper method to set the min value for SubMaps.
|
Short2DoubleNavigableMap |
subMap(short fromKey,
boolean fromInclusive,
short toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2DoubleNavigableMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2DoubleNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2DoubleNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstDoubleValue, firstShortKey, lastDoubleValue, lastShortKey, pollFirstShortKey, pollLastShortKeyaddTo, clear, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, get, getOrDefault, mergeAllDouble, mergeDouble, put, putIfAbsent, remove, remove, removeOrDefault, replaceDoubles, replaceDoubles, short2DoubleEntrySet, subFrom, supplyDoubleIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiablecomparator, firstDoubleValue, firstKey, firstShortKey, lastDoubleValue, lastKey, lastShortKey, pollFirstShortKey, pollLastShortKey, valuesaddTo, addToAll, applyAsDouble, builder, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, short2DoubleEntrySet, subFrom, supplyDoubleIfAbsentpublic Short2DoubleNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>descendingMap in interface Short2DoubleNavigableMappublic ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>navigableKeySet in interface Short2DoubleNavigableMappublic ShortNavigableSet keySet()
keySet 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 interface Short2DoubleMapkeySet in interface Short2DoubleNavigableMapkeySet in interface Short2DoubleSortedMapkeySet in class Short2DoubleMaps.UnmodifyableSortedMappublic ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>descendingKeySet in interface Short2DoubleNavigableMappublic Short2DoubleMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>firstEntry in interface Short2DoubleNavigableMappublic Short2DoubleMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>lastEntry in interface Short2DoubleNavigableMappublic Short2DoubleMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>pollFirstEntry in interface Short2DoubleNavigableMappublic Short2DoubleMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>pollLastEntry in interface Short2DoubleNavigableMappublic Short2DoubleNavigableMap subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive)
Short2DoubleNavigableMapsubMap in interface Short2DoubleNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Short2DoubleNavigableMap headMap(short toKey, boolean inclusive)
Short2DoubleNavigableMapheadMap in interface Short2DoubleNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Short2DoubleNavigableMap tailMap(short fromKey, boolean inclusive)
Short2DoubleNavigableMaptailMap in interface Short2DoubleNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Short2DoubleNavigableMap subMap(short fromKey, short toKey)
Short2DoubleSortedMapsubMap in interface Short2DoubleNavigableMapsubMap in interface Short2DoubleSortedMapsubMap in class Short2DoubleMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2DoubleNavigableMap headMap(short toKey)
Short2DoubleSortedMapheadMap in interface Short2DoubleNavigableMapheadMap in interface Short2DoubleSortedMapheadMap in class Short2DoubleMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Short2DoubleNavigableMap tailMap(short fromKey)
Short2DoubleSortedMaptailMap in interface Short2DoubleNavigableMaptailMap in interface Short2DoubleSortedMaptailMap in class Short2DoubleMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(short e)
Short2DoubleNavigableMapsetDefaultMaxValue in interface Short2DoubleNavigableMape - the new max valuepublic short getDefaultMaxValue()
Short2DoubleNavigableMapgetDefaultMaxValue in interface Short2DoubleNavigableMappublic void setDefaultMinValue(short e)
Short2DoubleNavigableMapsetDefaultMinValue in interface Short2DoubleNavigableMape - the new min valuepublic short getDefaultMinValue()
Short2DoubleNavigableMapgetDefaultMinValue in interface Short2DoubleNavigableMappublic short lowerKey(short key)
Short2DoubleNavigableMaplowerKey in interface Short2DoubleNavigableMapkey - that should be compared with.public short higherKey(short key)
Short2DoubleNavigableMaphigherKey in interface Short2DoubleNavigableMapkey - that should be compared with.public short floorKey(short key)
Short2DoubleNavigableMapfloorKey in interface Short2DoubleNavigableMapkey - that should be compared with.public short ceilingKey(short key)
Short2DoubleNavigableMapceilingKey in interface Short2DoubleNavigableMapkey - that should be compared with.public Short2DoubleMap.Entry lowerEntry(short key)
Short2DoubleNavigableMaplowerEntry in interface Short2DoubleNavigableMapkey - that should be compared with.public Short2DoubleMap.Entry higherEntry(short key)
Short2DoubleNavigableMaphigherEntry in interface Short2DoubleNavigableMapkey - that should be compared with.public Short2DoubleMap.Entry floorEntry(short key)
Short2DoubleNavigableMapfloorEntry in interface Short2DoubleNavigableMapkey - that should be compared with.public Short2DoubleMap.Entry ceilingEntry(short key)
Short2DoubleNavigableMapceilingEntry in interface Short2DoubleNavigableMapkey - that should be compared with.public Short2DoubleNavigableMap copy()
Short2DoubleMapcopy in interface Short2DoubleMapcopy in interface Short2DoubleNavigableMapcopy in interface Short2DoubleSortedMapcopy in class Short2DoubleMaps.UnmodifyableSortedMap