public static class Double2CharMaps.UnmodifyableSortedMap extends Double2CharMaps.UnmodifyableMap 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.
|
Double2CharSortedMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
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.
|
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 |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, 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, toStringfirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, 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.UnmodifyableMappublic 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.UnmodifyableMap