public static class Double2CharMaps.SynchronizedSortedMap extends Double2CharMaps.SynchronizedMap implements Double2CharSortedMap
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 |
|---|---|
DoubleComparator |
comparator() |
Double2CharSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
char |
firstCharValue()
A method to get the first Value of a Map.
|
double |
firstDoubleKey()
A method to get the first Key of a Map.
|
java.lang.Double |
firstKey()
Deprecated.
|
Double2CharSortedMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2CharSortedMap |
headMap(java.lang.Double toKey)
Deprecated.
|
DoubleSortedSet |
keySet() |
char |
lastCharValue()
A method to get the last Value of a Map.
|
double |
lastDoubleKey()
A method to get the last Key of a Map.
|
java.lang.Double |
lastKey()
Deprecated.
|
double |
pollFirstDoubleKey()
A method to get and remove the first Key of a Map.
|
double |
pollLastDoubleKey()
A method to get and remove the last Key of a Map.
|
Double2CharSortedMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2CharSortedMap |
subMap(java.lang.Double fromKey,
java.lang.Double toKey)
Deprecated.
|
Double2CharSortedMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2CharSortedMap |
tailMap(java.lang.Double fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2CharEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, size, subFrom, supplyCharIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, 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, supplyCharIfAbsentpublic DoubleComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Double,java.lang.Character>comparator in interface Double2CharSortedMappublic Double2CharSortedMap subMap(double fromKey, double toKey)
Double2CharSortedMapsubMap in interface Double2CharSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2CharSortedMap headMap(double toKey)
Double2CharSortedMapheadMap in interface Double2CharSortedMaptoKey - where the headMap should endpublic Double2CharSortedMap tailMap(double fromKey)
Double2CharSortedMaptailMap in interface Double2CharSortedMapfromKey - where the TailMap should startpublic DoubleSortedSet 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 Double2CharSortedMapkeySet in class Double2CharMaps.SynchronizedMappublic double firstDoubleKey()
Double2CharSortedMapfirstDoubleKey in interface Double2CharSortedMappublic double pollFirstDoubleKey()
Double2CharSortedMappollFirstDoubleKey in interface Double2CharSortedMappublic double lastDoubleKey()
Double2CharSortedMaplastDoubleKey in interface Double2CharSortedMappublic double pollLastDoubleKey()
Double2CharSortedMappollLastDoubleKey in interface Double2CharSortedMappublic char firstCharValue()
Double2CharSortedMapfirstCharValue in interface Double2CharSortedMappublic char lastCharValue()
Double2CharSortedMaplastCharValue in interface Double2CharSortedMappublic Double2CharSortedMap copy()
Double2CharMapcopy in interface Double2CharMapcopy in interface Double2CharSortedMapcopy in class Double2CharMaps.SynchronizedMap@Deprecated public java.lang.Double firstKey()
firstKey in interface java.util.SortedMap<java.lang.Double,java.lang.Character>firstKey in interface Double2CharSortedMap@Deprecated public java.lang.Double lastKey()
lastKey in interface java.util.SortedMap<java.lang.Double,java.lang.Character>lastKey in interface Double2CharSortedMap@Deprecated public Double2CharSortedMap subMap(java.lang.Double fromKey, java.lang.Double toKey)
subMap in interface java.util.SortedMap<java.lang.Double,java.lang.Character>subMap in interface Double2CharSortedMap@Deprecated public Double2CharSortedMap headMap(java.lang.Double toKey)
headMap in interface java.util.SortedMap<java.lang.Double,java.lang.Character>headMap in interface Double2CharSortedMap@Deprecated public Double2CharSortedMap tailMap(java.lang.Double fromKey)
tailMap in interface java.util.SortedMap<java.lang.Double,java.lang.Character>tailMap in interface Double2CharSortedMap