public interface Double2CharNavigableMap extends Double2CharSortedMap, java.util.NavigableMap<java.lang.Double,java.lang.Character>
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.
|
default Double2CharMap.Entry |
ceilingEntry(java.lang.Double key)
Deprecated.
|
double |
ceilingKey(double key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
default java.lang.Double |
ceilingKey(java.lang.Double key)
Deprecated.
|
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.
|
default Double2CharMap.Entry |
floorEntry(java.lang.Double key)
Deprecated.
|
double |
floorKey(double key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
default java.lang.Double |
floorKey(java.lang.Double key)
Deprecated.
|
double |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
double |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
default Double2CharNavigableMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Double2CharNavigableMap |
headMap(java.lang.Double toKey)
Deprecated.
|
Double2CharNavigableMap |
headMap(double toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Double2CharNavigableMap |
headMap(java.lang.Double toKey,
boolean inclusive)
Deprecated.
|
Double2CharMap.Entry |
higherEntry(double key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
default Double2CharMap.Entry |
higherEntry(java.lang.Double key)
Deprecated.
|
double |
higherKey(double key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
default java.lang.Double |
higherKey(java.lang.Double key)
Deprecated.
|
DoubleNavigableSet |
keySet() |
Double2CharMap.Entry |
lastEntry() |
Double2CharMap.Entry |
lowerEntry(double key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
default Double2CharMap.Entry |
lowerEntry(java.lang.Double key)
Deprecated.
|
double |
lowerKey(double key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
default java.lang.Double |
lowerKey(java.lang.Double key)
Deprecated.
|
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
|
default Double2CharNavigableMap |
subMap(java.lang.Double fromKey,
boolean fromInclusive,
java.lang.Double toKey,
boolean toInclusive)
Deprecated.
|
default Double2CharNavigableMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Double2CharNavigableMap |
subMap(java.lang.Double fromKey,
java.lang.Double toKey)
Deprecated.
|
default Double2CharNavigableMap |
synchronize()
Creates a Wrapped NavigableMap that is Synchronized
|
default Double2CharNavigableMap |
synchronize(java.lang.Object mutex)
Creates a Wrapped NavigableMap that is Synchronized
|
default Double2CharNavigableMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Double2CharNavigableMap |
tailMap(java.lang.Double fromKey)
Deprecated.
|
Double2CharNavigableMap |
tailMap(double fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Double2CharNavigableMap |
tailMap(java.lang.Double fromKey,
boolean inclusive)
Deprecated.
|
default Double2CharNavigableMap |
unmodifiable()
Creates a Wrapped NavigableMap that is unmodifiable
|
comparator, firstCharValue, firstDoubleKey, firstKey, lastCharValue, lastDoubleKey, lastKey, pollFirstDoubleKey, pollLastDoubleKey, valuesaddTo, addToAll, 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, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, subFrom, supplyCharIfAbsentDouble2CharNavigableMap copy()
Double2CharMapcopy in interface Double2CharMapcopy in interface Double2CharSortedMapDouble2CharNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>DoubleNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>DoubleNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>Double2CharMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>Double2CharMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>Double2CharMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>Double2CharMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>DoubleNavigableSet keySet()
keySet in interface Double2CharMapkeySet in interface Double2CharSortedMapkeySet in interface java.util.Map<java.lang.Double,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Double,java.lang.Character>default Double2CharNavigableMap synchronize()
synchronize in interface Double2CharMapsynchronize in interface Double2CharSortedMapDouble2CharMaps.synchronize(speiger.src.collections.doubles.maps.interfaces.Double2CharMap)default Double2CharNavigableMap synchronize(java.lang.Object mutex)
synchronize in interface Double2CharMapsynchronize in interface Double2CharSortedMapmutex - is the controller of the synchronization blockDouble2CharMaps.synchronize(speiger.src.collections.doubles.maps.interfaces.Double2CharMap)default Double2CharNavigableMap unmodifiable()
unmodifiable in interface Double2CharMapunmodifiable in interface Double2CharSortedMapDouble2CharMaps.unmodifiable(speiger.src.collections.doubles.maps.interfaces.Double2CharMap)Double2CharNavigableMap subMap(double fromKey, boolean fromInclusive, double toKey, boolean toInclusive)
fromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notDouble2CharNavigableMap headMap(double toKey, boolean inclusive)
toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notDouble2CharNavigableMap tailMap(double fromKey, boolean inclusive)
fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notdefault Double2CharNavigableMap subMap(double fromKey, double toKey)
Double2CharSortedMapsubMap in interface Double2CharSortedMapfromKey - where the submap should starttoKey - where the subMap should enddefault Double2CharNavigableMap headMap(double toKey)
Double2CharSortedMapheadMap in interface Double2CharSortedMaptoKey - where the headMap should enddefault Double2CharNavigableMap tailMap(double fromKey)
Double2CharSortedMaptailMap in interface Double2CharSortedMapfromKey - where the TailMap should startvoid setDefaultMaxValue(double e)
e - the new max valuedouble getDefaultMaxValue()
void setDefaultMinValue(double e)
e - the new min valuedouble getDefaultMinValue()
double lowerKey(double key)
key - that should be compared with.double higherKey(double key)
key - that should be compared with.double floorKey(double key)
key - that should be compared with.double ceilingKey(double key)
key - that should be compared with.Double2CharMap.Entry lowerEntry(double key)
key - that should be compared with.Double2CharMap.Entry higherEntry(double key)
key - that should be compared with.Double2CharMap.Entry floorEntry(double key)
key - that should be compared with.Double2CharMap.Entry ceilingEntry(double key)
key - that should be compared with.@Deprecated default java.lang.Double lowerKey(java.lang.Double key)
lowerKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>@Deprecated default java.lang.Double floorKey(java.lang.Double key)
floorKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>@Deprecated default java.lang.Double ceilingKey(java.lang.Double key)
ceilingKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>@Deprecated default java.lang.Double higherKey(java.lang.Double key)
higherKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>@Deprecated default Double2CharMap.Entry lowerEntry(java.lang.Double key)
lowerEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>@Deprecated default Double2CharMap.Entry floorEntry(java.lang.Double key)
floorEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>@Deprecated default Double2CharMap.Entry ceilingEntry(java.lang.Double key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>@Deprecated default Double2CharMap.Entry higherEntry(java.lang.Double key)
higherEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>@Deprecated default Double2CharNavigableMap subMap(java.lang.Double fromKey, boolean fromInclusive, java.lang.Double toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>@Deprecated default Double2CharNavigableMap headMap(java.lang.Double toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>@Deprecated default Double2CharNavigableMap tailMap(java.lang.Double fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>@Deprecated default Double2CharNavigableMap subMap(java.lang.Double fromKey, java.lang.Double toKey)
subMap in interface Double2CharSortedMapsubMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>subMap in interface java.util.SortedMap<java.lang.Double,java.lang.Character>@Deprecated default Double2CharNavigableMap headMap(java.lang.Double toKey)
headMap in interface Double2CharSortedMapheadMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>headMap in interface java.util.SortedMap<java.lang.Double,java.lang.Character>@Deprecated default Double2CharNavigableMap tailMap(java.lang.Double fromKey)
tailMap in interface Double2CharSortedMaptailMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>tailMap in interface java.util.SortedMap<java.lang.Double,java.lang.Character>