public static class Char2LongMaps.SynchronizedNavigableMap extends Char2LongMaps.SynchronizedSortedMap implements Char2LongNavigableMap
AbstractChar2LongMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2LongSortedMap.FastSortedSetChar2LongMap.BuilderCache, Char2LongMap.Entry, Char2LongMap.FastEntrySet, Char2LongMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Char2LongMap.Entry |
ceilingEntry(char key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Char2LongMap.Entry |
ceilingEntry(java.lang.Character key)
Deprecated.
|
char |
ceilingKey(char key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Character |
ceilingKey(java.lang.Character key)
Deprecated.
|
Char2LongNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
CharNavigableSet |
descendingKeySet() |
Char2LongNavigableMap |
descendingMap() |
Char2LongMap.Entry |
firstEntry() |
Char2LongMap.Entry |
floorEntry(char key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Char2LongMap.Entry |
floorEntry(java.lang.Character key)
Deprecated.
|
char |
floorKey(char key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Character |
floorKey(java.lang.Character key)
Deprecated.
|
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(java.lang.Character toKey)
Deprecated.
|
Char2LongNavigableMap |
headMap(java.lang.Character toKey,
boolean inclusive)
Deprecated.
|
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.
|
Char2LongMap.Entry |
higherEntry(java.lang.Character key)
Deprecated.
|
char |
higherKey(char key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Character |
higherKey(java.lang.Character key)
Deprecated.
|
CharNavigableSet |
keySet() |
Char2LongMap.Entry |
lastEntry() |
Char2LongMap.Entry |
lowerEntry(char key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Char2LongMap.Entry |
lowerEntry(java.lang.Character key)
Deprecated.
|
char |
lowerKey(char key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Character |
lowerKey(java.lang.Character key)
Deprecated.
|
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(java.lang.Character fromKey,
boolean fromInclusive,
java.lang.Character toKey,
boolean toInclusive)
Deprecated.
|
Char2LongNavigableMap |
subMap(java.lang.Character fromKey,
java.lang.Character toKey)
Deprecated.
|
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(java.lang.Character fromKey)
Deprecated.
|
Char2LongNavigableMap |
tailMap(java.lang.Character fromKey,
boolean inclusive)
Deprecated.
|
Char2LongNavigableMap |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharKey, firstKey, firstLongValue, lastCharKey, lastKey, lastLongValue, pollFirstCharKey, pollLastCharKeyaddTo, addToAll, char2LongEntrySet, clear, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, size, subFrom, supplyLongIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstCharKey, firstKey, firstLongValue, lastCharKey, lastKey, lastLongValue, pollFirstCharKey, pollLastCharKey, valuesaddTo, addToAll, builder, char2LongEntrySet, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, subFrom, supplyLongIfAbsentpublic 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 CharNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Character,java.lang.Long>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Long>keySet in interface Char2LongMapkeySet in interface Char2LongNavigableMapkeySet in interface Char2LongSortedMapkeySet in class Char2LongMaps.SynchronizedSortedMappublic 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.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2LongNavigableMap headMap(char toKey)
Char2LongSortedMapheadMap in interface Char2LongNavigableMapheadMap in interface Char2LongSortedMapheadMap in class Char2LongMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Char2LongNavigableMap tailMap(char fromKey)
Char2LongSortedMaptailMap in interface Char2LongNavigableMaptailMap in interface Char2LongSortedMaptailMap in class Char2LongMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic 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.public Char2LongNavigableMap copy()
Char2LongMapcopy in interface Char2LongMapcopy in interface Char2LongNavigableMapcopy in interface Char2LongSortedMapcopy in class Char2LongMaps.SynchronizedSortedMap@Deprecated public Char2LongNavigableMap subMap(java.lang.Character fromKey, boolean fromInclusive, java.lang.Character toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>subMap in interface Char2LongNavigableMap@Deprecated public Char2LongNavigableMap headMap(java.lang.Character toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>headMap in interface Char2LongNavigableMap@Deprecated public Char2LongNavigableMap tailMap(java.lang.Character fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>tailMap in interface Char2LongNavigableMap@Deprecated public Char2LongNavigableMap subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>subMap in interface java.util.SortedMap<java.lang.Character,java.lang.Long>subMap in interface Char2LongNavigableMapsubMap in interface Char2LongSortedMapsubMap in class Char2LongMaps.SynchronizedSortedMap@Deprecated public Char2LongNavigableMap headMap(java.lang.Character toKey)
headMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>headMap in interface java.util.SortedMap<java.lang.Character,java.lang.Long>headMap in interface Char2LongNavigableMapheadMap in interface Char2LongSortedMapheadMap in class Char2LongMaps.SynchronizedSortedMap@Deprecated public Char2LongNavigableMap tailMap(java.lang.Character fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>tailMap in interface java.util.SortedMap<java.lang.Character,java.lang.Long>tailMap in interface Char2LongNavigableMaptailMap in interface Char2LongSortedMaptailMap in class Char2LongMaps.SynchronizedSortedMappublic 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 Char2LongNavigableMap@Deprecated public java.lang.Character lowerKey(java.lang.Character key)
lowerKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>lowerKey in interface Char2LongNavigableMap@Deprecated public java.lang.Character floorKey(java.lang.Character key)
floorKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>floorKey in interface Char2LongNavigableMap@Deprecated public java.lang.Character ceilingKey(java.lang.Character key)
ceilingKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>ceilingKey in interface Char2LongNavigableMap@Deprecated public java.lang.Character higherKey(java.lang.Character key)
higherKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>higherKey in interface Char2LongNavigableMap@Deprecated public Char2LongMap.Entry lowerEntry(java.lang.Character key)
lowerEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>lowerEntry in interface Char2LongNavigableMap@Deprecated public Char2LongMap.Entry floorEntry(java.lang.Character key)
floorEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>floorEntry in interface Char2LongNavigableMap@Deprecated public Char2LongMap.Entry ceilingEntry(java.lang.Character key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>ceilingEntry in interface Char2LongNavigableMap@Deprecated public Char2LongMap.Entry higherEntry(java.lang.Character key)
higherEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Long>higherEntry in interface Char2LongNavigableMap