public static class Char2LongMaps.UnmodifyableNavigableMap extends Char2LongMaps.UnmodifyableSortedMap implements Char2LongNavigableMap
AbstractChar2LongMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2LongSortedMap.FastSortedSetChar2LongMap.Entry, Char2LongMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Char2LongMap.Entry |
ceilingEntry(char key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
char |
ceilingKey(char key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
CharNavigableSet |
descendingKeySet() |
Char2LongNavigableMap |
descendingMap() |
Char2LongMap.Entry |
firstEntry() |
Char2LongMap.Entry |
floorEntry(char key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
char |
floorKey(char key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
char |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
char |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Char2LongNavigableMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2LongNavigableMap |
headMap(char toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2LongMap.Entry |
higherEntry(char key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
char |
higherKey(char key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
Char2LongMap.Entry |
lastEntry() |
Char2LongMap.Entry |
lowerEntry(char key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
char |
lowerKey(char key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
CharNavigableSet |
navigableKeySet() |
Char2LongMap.Entry |
pollFirstEntry() |
Char2LongMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(char e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(char e)
A Helper method to set the min value for SubMaps.
|
Char2LongNavigableMap |
subMap(char fromKey,
boolean fromInclusive,
char toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2LongNavigableMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2LongNavigableMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Char2LongNavigableMap |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharKey, firstLongValue, getAndMoveToFirst, getAndMoveToLast, lastCharKey, lastLongValue, moveToFirst, moveToLast, pollFirstCharKey, pollLastCharKey, putAndMoveToFirst, putAndMoveToLastaddTo, char2LongEntrySet, getLong, getOrDefault, keySet, put, putIfAbsent, remChar, remCharOrDefault, remove, valuesaddToAll, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllLong, mergeLong, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceLongs, replaceLongs, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, firstCharKey, firstKey, firstLongValue, getAndMoveToFirst, getAndMoveToLast, keySet, lastCharKey, lastKey, lastLongValue, moveToFirst, moveToLast, pollFirstCharKey, pollLastCharKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, char2LongEntrySet, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getLong, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValuepublic Char2LongNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>descendingMap in interface Char2LongNavigableMappublic CharNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>navigableKeySet in interface Char2LongNavigableMappublic CharNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>descendingKeySet in interface Char2LongNavigableMappublic Char2LongMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>firstEntry in interface Char2LongNavigableMappublic Char2LongMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>lastEntry in interface Char2LongNavigableMappublic Char2LongMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>pollFirstEntry in interface Char2LongNavigableMappublic Char2LongMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>pollLastEntry in interface Char2LongNavigableMappublic Char2LongNavigableMap subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive)
Char2LongNavigableMapsubMap in interface Char2LongNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Char2LongNavigableMap headMap(char toKey, boolean inclusive)
Char2LongNavigableMapheadMap in interface Char2LongNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Char2LongNavigableMap tailMap(char fromKey, boolean inclusive)
Char2LongNavigableMaptailMap in interface Char2LongNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Char2LongNavigableMap subMap(char fromKey, char toKey)
Char2LongSortedMapsubMap in interface Char2LongNavigableMapsubMap in interface Char2LongSortedMapsubMap in class Char2LongMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2LongNavigableMap headMap(char toKey)
Char2LongSortedMapheadMap in interface Char2LongNavigableMapheadMap in interface Char2LongSortedMapheadMap in class Char2LongMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Char2LongNavigableMap tailMap(char fromKey)
Char2LongSortedMaptailMap in interface Char2LongNavigableMaptailMap in interface Char2LongSortedMaptailMap in class Char2LongMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(char e)
Char2LongNavigableMapsetDefaultMaxValue in interface Char2LongNavigableMape - the new max valuepublic char getDefaultMaxValue()
Char2LongNavigableMapgetDefaultMaxValue in interface Char2LongNavigableMappublic void setDefaultMinValue(char e)
Char2LongNavigableMapsetDefaultMinValue in interface Char2LongNavigableMape - the new min valuepublic char getDefaultMinValue()
Char2LongNavigableMapgetDefaultMinValue in interface Char2LongNavigableMappublic char lowerKey(char key)
Char2LongNavigableMaplowerKey in interface Char2LongNavigableMapkey - that should be compared with.public char higherKey(char key)
Char2LongNavigableMaphigherKey in interface Char2LongNavigableMapkey - that should be compared with.public char floorKey(char key)
Char2LongNavigableMapfloorKey in interface Char2LongNavigableMapkey - that should be compared with.public char ceilingKey(char key)
Char2LongNavigableMapceilingKey in interface Char2LongNavigableMapkey - that should be compared with.public Char2LongMap.Entry lowerEntry(char key)
Char2LongNavigableMaplowerEntry in interface Char2LongNavigableMapkey - that should be compared with.public Char2LongMap.Entry higherEntry(char key)
Char2LongNavigableMaphigherEntry in interface Char2LongNavigableMapkey - that should be compared with.public Char2LongMap.Entry floorEntry(char key)
Char2LongNavigableMapfloorEntry in interface Char2LongNavigableMapkey - that should be compared with.public Char2LongMap.Entry ceilingEntry(char key)
Char2LongNavigableMapceilingEntry in interface Char2LongNavigableMapkey - that should be compared with.