public static class Char2DoubleMaps.UnmodifyableSortedMap extends Char2DoubleMaps.UnmodifyableMap implements Char2DoubleSortedMap
AbstractChar2DoubleMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2DoubleSortedMap.FastSortedSetChar2DoubleMap.BuilderCache, Char2DoubleMap.Entry, Char2DoubleMap.FastEntrySet, Char2DoubleMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
CharComparator |
comparator() |
Char2DoubleSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
char |
firstCharKey()
A method to get the first Key of a Map.
|
double |
firstDoubleValue()
A method to get the first Value of a Map.
|
Char2DoubleSortedMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
CharSortedSet |
keySet() |
char |
lastCharKey()
A method to get the last Key of a Map.
|
double |
lastDoubleValue()
A method to get the last Value of a Map.
|
char |
pollFirstCharKey()
A method to get and remove the first Key of a Map.
|
char |
pollLastCharKey()
A method to get and remove the last Key of a Map.
|
Char2DoubleSortedMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2DoubleSortedMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, char2DoubleEntrySet, clear, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, get, getOrDefault, mergeAllDouble, mergeDouble, put, putIfAbsent, remove, remove, removeOrDefault, replaceDoubles, replaceDoubles, 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, toStringfirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, unmodifiable, valuesaddTo, addToAll, applyAsDouble, builder, char2DoubleEntrySet, 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, subFrom, supplyDoubleIfAbsentpublic CharComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Character,java.lang.Double>comparator in interface Char2DoubleSortedMappublic Char2DoubleSortedMap subMap(char fromKey, char toKey)
Char2DoubleSortedMapsubMap in interface Char2DoubleSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2DoubleSortedMap headMap(char toKey)
Char2DoubleSortedMapheadMap in interface Char2DoubleSortedMaptoKey - where the headMap should endpublic Char2DoubleSortedMap tailMap(char fromKey)
Char2DoubleSortedMaptailMap in interface Char2DoubleSortedMapfromKey - where the TailMap should startpublic CharSortedSet keySet()
keySet in interface java.util.Map<java.lang.Character,java.lang.Double>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Double>keySet in interface Char2DoubleMapkeySet in interface Char2DoubleSortedMapkeySet in class Char2DoubleMaps.UnmodifyableMappublic char firstCharKey()
Char2DoubleSortedMapfirstCharKey in interface Char2DoubleSortedMappublic char pollFirstCharKey()
Char2DoubleSortedMappollFirstCharKey in interface Char2DoubleSortedMappublic char lastCharKey()
Char2DoubleSortedMaplastCharKey in interface Char2DoubleSortedMappublic char pollLastCharKey()
Char2DoubleSortedMappollLastCharKey in interface Char2DoubleSortedMappublic double firstDoubleValue()
Char2DoubleSortedMapfirstDoubleValue in interface Char2DoubleSortedMappublic double lastDoubleValue()
Char2DoubleSortedMaplastDoubleValue in interface Char2DoubleSortedMappublic Char2DoubleSortedMap copy()
Char2DoubleMapcopy in interface Char2DoubleMapcopy in interface Char2DoubleSortedMapcopy in class Char2DoubleMaps.UnmodifyableMap