public static class Double2CharMaps.UnmodifyableNavigableMap extends Double2CharMaps.UnmodifyableSortedMap implements Double2CharNavigableMap
AbstractDouble2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2CharSortedMap.FastSortedSetDouble2CharMap.BuilderCache, Double2CharMap.Entry, Double2CharMap.FastEntrySet, Double2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Double2CharMap.Entry |
ceilingEntry(double key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
double |
ceilingKey(double key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
Double2CharNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
DoubleNavigableSet |
descendingKeySet() |
Double2CharNavigableMap |
descendingMap() |
Double2CharMap.Entry |
firstEntry() |
Double2CharMap.Entry |
floorEntry(double key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
double |
floorKey(double key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
double |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
double |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Double2CharNavigableMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2CharNavigableMap |
headMap(double toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2CharMap.Entry |
higherEntry(double key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
double |
higherKey(double key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
DoubleNavigableSet |
keySet() |
Double2CharMap.Entry |
lastEntry() |
Double2CharMap.Entry |
lowerEntry(double key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
double |
lowerKey(double key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
DoubleNavigableSet |
navigableKeySet() |
Double2CharMap.Entry |
pollFirstEntry() |
Double2CharMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(double e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(double e)
A Helper method to set the min value for SubMaps.
|
Double2CharNavigableMap |
subMap(double fromKey,
boolean fromInclusive,
double toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2CharNavigableMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2CharNavigableMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2CharNavigableMap |
tailMap(double fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharValue, firstDoubleKey, lastCharValue, lastDoubleKey, pollFirstDoubleKey, pollLastDoubleKeyaddTo, clear, computeChar, computeCharIfAbsent, computeCharIfPresent, double2CharEntrySet, get, getOrDefault, mergeAllChar, mergeChar, put, putIfAbsent, remove, remove, removeOrDefault, replaceChars, replaceChars, subFrom, supplyCharIfAbsent, 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, firstCharValue, firstDoubleKey, firstKey, lastCharValue, lastDoubleKey, lastKey, pollFirstDoubleKey, pollLastDoubleKey, valuesaddTo, addToAll, applyAsChar, builder, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2CharEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, subFrom, supplyCharIfAbsentpublic Double2CharNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>descendingMap in interface Double2CharNavigableMappublic DoubleNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>navigableKeySet in interface Double2CharNavigableMappublic DoubleNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Double,java.lang.Character>keySet in interface Double2CharMapkeySet in interface Double2CharNavigableMapkeySet in interface Double2CharSortedMapkeySet in class Double2CharMaps.UnmodifyableSortedMappublic DoubleNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>descendingKeySet in interface Double2CharNavigableMappublic Double2CharMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>firstEntry in interface Double2CharNavigableMappublic Double2CharMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>lastEntry in interface Double2CharNavigableMappublic Double2CharMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>pollFirstEntry in interface Double2CharNavigableMappublic Double2CharMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>pollLastEntry in interface Double2CharNavigableMappublic Double2CharNavigableMap subMap(double fromKey, boolean fromInclusive, double toKey, boolean toInclusive)
Double2CharNavigableMapsubMap in interface Double2CharNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Double2CharNavigableMap headMap(double toKey, boolean inclusive)
Double2CharNavigableMapheadMap in interface Double2CharNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Double2CharNavigableMap tailMap(double fromKey, boolean inclusive)
Double2CharNavigableMaptailMap in interface Double2CharNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Double2CharNavigableMap subMap(double fromKey, double toKey)
Double2CharSortedMapsubMap in interface Double2CharNavigableMapsubMap in interface Double2CharSortedMapsubMap in class Double2CharMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2CharNavigableMap headMap(double toKey)
Double2CharSortedMapheadMap in interface Double2CharNavigableMapheadMap in interface Double2CharSortedMapheadMap in class Double2CharMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Double2CharNavigableMap tailMap(double fromKey)
Double2CharSortedMaptailMap in interface Double2CharNavigableMaptailMap in interface Double2CharSortedMaptailMap in class Double2CharMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(double e)
Double2CharNavigableMapsetDefaultMaxValue in interface Double2CharNavigableMape - the new max valuepublic double getDefaultMaxValue()
Double2CharNavigableMapgetDefaultMaxValue in interface Double2CharNavigableMappublic void setDefaultMinValue(double e)
Double2CharNavigableMapsetDefaultMinValue in interface Double2CharNavigableMape - the new min valuepublic double getDefaultMinValue()
Double2CharNavigableMapgetDefaultMinValue in interface Double2CharNavigableMappublic double lowerKey(double key)
Double2CharNavigableMaplowerKey in interface Double2CharNavigableMapkey - that should be compared with.public double higherKey(double key)
Double2CharNavigableMaphigherKey in interface Double2CharNavigableMapkey - that should be compared with.public double floorKey(double key)
Double2CharNavigableMapfloorKey in interface Double2CharNavigableMapkey - that should be compared with.public double ceilingKey(double key)
Double2CharNavigableMapceilingKey in interface Double2CharNavigableMapkey - that should be compared with.public Double2CharMap.Entry lowerEntry(double key)
Double2CharNavigableMaplowerEntry in interface Double2CharNavigableMapkey - that should be compared with.public Double2CharMap.Entry higherEntry(double key)
Double2CharNavigableMaphigherEntry in interface Double2CharNavigableMapkey - that should be compared with.public Double2CharMap.Entry floorEntry(double key)
Double2CharNavigableMapfloorEntry in interface Double2CharNavigableMapkey - that should be compared with.public Double2CharMap.Entry ceilingEntry(double key)
Double2CharNavigableMapceilingEntry in interface Double2CharNavigableMapkey - that should be compared with.public Double2CharNavigableMap copy()
Double2CharMapcopy in interface Double2CharMapcopy in interface Double2CharNavigableMapcopy in interface Double2CharSortedMapcopy in class Double2CharMaps.UnmodifyableSortedMap