V - the type of elements maintained by this Collectionpublic static class Char2ObjectMaps.SynchronizedNavigableMap<V> extends Char2ObjectMaps.SynchronizedSortedMap<V> implements Char2ObjectNavigableMap<V>
AbstractChar2ObjectMap.BasicEntry<V>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2ObjectSortedMap.FastSortedSet<V>Char2ObjectMap.Entry<V>, Char2ObjectMap.FastEntrySet<V>| Modifier and Type | Method and Description |
|---|---|
Char2ObjectMap.Entry<V> |
ceilingEntry(char key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Char2ObjectMap.Entry<V> |
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.
|
CharNavigableSet |
descendingKeySet() |
Char2ObjectNavigableMap<V> |
descendingMap() |
Char2ObjectMap.Entry<V> |
firstEntry() |
Char2ObjectMap.Entry<V> |
floorEntry(char key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Char2ObjectMap.Entry<V> |
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.
|
Char2ObjectNavigableMap<V> |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2ObjectNavigableMap<V> |
headMap(java.lang.Character toKey)
Deprecated.
|
Char2ObjectNavigableMap<V> |
headMap(java.lang.Character toKey,
boolean inclusive)
Deprecated.
|
Char2ObjectNavigableMap<V> |
headMap(char toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2ObjectMap.Entry<V> |
higherEntry(char key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Char2ObjectMap.Entry<V> |
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.
|
Char2ObjectMap.Entry<V> |
lastEntry() |
Char2ObjectMap.Entry<V> |
lowerEntry(char key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Char2ObjectMap.Entry<V> |
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() |
Char2ObjectMap.Entry<V> |
pollFirstEntry() |
Char2ObjectMap.Entry<V> |
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.
|
Char2ObjectNavigableMap<V> |
subMap(java.lang.Character fromKey,
boolean fromInclusive,
java.lang.Character toKey,
boolean toInclusive)
Deprecated.
|
Char2ObjectNavigableMap<V> |
subMap(java.lang.Character fromKey,
java.lang.Character toKey)
Deprecated.
|
Char2ObjectNavigableMap<V> |
subMap(char fromKey,
boolean fromInclusive,
char toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2ObjectNavigableMap<V> |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2ObjectNavigableMap<V> |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Char2ObjectNavigableMap<V> |
tailMap(java.lang.Character fromKey)
Deprecated.
|
Char2ObjectNavigableMap<V> |
tailMap(java.lang.Character fromKey,
boolean inclusive)
Deprecated.
|
Char2ObjectNavigableMap<V> |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharKey, firstKey, firstValue, getAndMoveToFirst, getAndMoveToLast, lastCharKey, lastKey, lastValue, moveToFirst, moveToLast, pollFirstCharKey, pollLastCharKey, putAndMoveToFirst, putAndMoveToLastchar2ObjectEntrySet, clear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, containsValue, forEach, forEach, get, getDefaultReturnValue, getObject, getOrDefault, getOrDefault, keySet, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValue, size, valuesentrySet, equals, hashCodecomparator, firstCharKey, firstKey, firstValue, getAndMoveToFirst, getAndMoveToLast, keySet, lastCharKey, lastKey, lastValue, moveToFirst, moveToLast, pollFirstCharKey, pollLastCharKey, putAndMoveToFirst, putAndMoveToLast, valueschar2ObjectEntrySet, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, entrySet, forEach, forEach, get, getDefaultReturnValue, getObject, getOrDefault, getOrDefault, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValuepublic Char2ObjectNavigableMap<V> descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Character,V>descendingMap in interface Char2ObjectNavigableMap<V>public CharNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Character,V>navigableKeySet in interface Char2ObjectNavigableMap<V>public CharNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,V>descendingKeySet in interface Char2ObjectNavigableMap<V>public Char2ObjectMap.Entry<V> firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Character,V>firstEntry in interface Char2ObjectNavigableMap<V>public Char2ObjectMap.Entry<V> lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Character,V>lastEntry in interface Char2ObjectNavigableMap<V>public Char2ObjectMap.Entry<V> pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Character,V>pollFirstEntry in interface Char2ObjectNavigableMap<V>public Char2ObjectMap.Entry<V> pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Character,V>pollLastEntry in interface Char2ObjectNavigableMap<V>public Char2ObjectNavigableMap<V> subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive)
Char2ObjectNavigableMapsubMap in interface Char2ObjectNavigableMap<V>fromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Char2ObjectNavigableMap<V> headMap(char toKey, boolean inclusive)
Char2ObjectNavigableMapheadMap in interface Char2ObjectNavigableMap<V>toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Char2ObjectNavigableMap<V> tailMap(char fromKey, boolean inclusive)
Char2ObjectNavigableMaptailMap in interface Char2ObjectNavigableMap<V>fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Char2ObjectNavigableMap<V> subMap(char fromKey, char toKey)
Char2ObjectSortedMapsubMap in interface Char2ObjectNavigableMap<V>subMap in interface Char2ObjectSortedMap<V>subMap in class Char2ObjectMaps.SynchronizedSortedMap<V>fromKey - where the submap should starttoKey - where the subMap should endpublic Char2ObjectNavigableMap<V> headMap(char toKey)
Char2ObjectSortedMapheadMap in interface Char2ObjectNavigableMap<V>headMap in interface Char2ObjectSortedMap<V>headMap in class Char2ObjectMaps.SynchronizedSortedMap<V>toKey - where the headMap should endpublic Char2ObjectNavigableMap<V> tailMap(char fromKey)
Char2ObjectSortedMaptailMap in interface Char2ObjectNavigableMap<V>tailMap in interface Char2ObjectSortedMap<V>tailMap in class Char2ObjectMaps.SynchronizedSortedMap<V>fromKey - where the TailMap should startpublic char lowerKey(char key)
Char2ObjectNavigableMaplowerKey in interface Char2ObjectNavigableMap<V>key - that should be compared with.public char higherKey(char key)
Char2ObjectNavigableMaphigherKey in interface Char2ObjectNavigableMap<V>key - that should be compared with.public char floorKey(char key)
Char2ObjectNavigableMapfloorKey in interface Char2ObjectNavigableMap<V>key - that should be compared with.public char ceilingKey(char key)
Char2ObjectNavigableMapceilingKey in interface Char2ObjectNavigableMap<V>key - that should be compared with.public Char2ObjectMap.Entry<V> lowerEntry(char key)
Char2ObjectNavigableMaplowerEntry in interface Char2ObjectNavigableMap<V>key - that should be compared with.public Char2ObjectMap.Entry<V> higherEntry(char key)
Char2ObjectNavigableMaphigherEntry in interface Char2ObjectNavigableMap<V>key - that should be compared with.public Char2ObjectMap.Entry<V> floorEntry(char key)
Char2ObjectNavigableMapfloorEntry in interface Char2ObjectNavigableMap<V>key - that should be compared with.public Char2ObjectMap.Entry<V> ceilingEntry(char key)
Char2ObjectNavigableMapceilingEntry in interface Char2ObjectNavigableMap<V>key - that should be compared with.@Deprecated public Char2ObjectNavigableMap<V> subMap(java.lang.Character fromKey, boolean fromInclusive, java.lang.Character toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Character,V>subMap in interface Char2ObjectNavigableMap<V>@Deprecated public Char2ObjectNavigableMap<V> headMap(java.lang.Character toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Character,V>headMap in interface Char2ObjectNavigableMap<V>@Deprecated public Char2ObjectNavigableMap<V> tailMap(java.lang.Character fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Character,V>tailMap in interface Char2ObjectNavigableMap<V>@Deprecated public Char2ObjectNavigableMap<V> subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface java.util.NavigableMap<java.lang.Character,V>subMap in interface java.util.SortedMap<java.lang.Character,V>subMap in interface Char2ObjectNavigableMap<V>subMap in interface Char2ObjectSortedMap<V>subMap in class Char2ObjectMaps.SynchronizedSortedMap<V>@Deprecated public Char2ObjectNavigableMap<V> headMap(java.lang.Character toKey)
headMap in interface java.util.NavigableMap<java.lang.Character,V>headMap in interface java.util.SortedMap<java.lang.Character,V>headMap in interface Char2ObjectNavigableMap<V>headMap in interface Char2ObjectSortedMap<V>headMap in class Char2ObjectMaps.SynchronizedSortedMap<V>@Deprecated public Char2ObjectNavigableMap<V> tailMap(java.lang.Character fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Character,V>tailMap in interface java.util.SortedMap<java.lang.Character,V>tailMap in interface Char2ObjectNavigableMap<V>tailMap in interface Char2ObjectSortedMap<V>tailMap in class Char2ObjectMaps.SynchronizedSortedMap<V>public void setDefaultMaxValue(char e)
Char2ObjectNavigableMapsetDefaultMaxValue in interface Char2ObjectNavigableMap<V>e - the new max valuepublic char getDefaultMaxValue()
Char2ObjectNavigableMapgetDefaultMaxValue in interface Char2ObjectNavigableMap<V>public void setDefaultMinValue(char e)
Char2ObjectNavigableMapsetDefaultMinValue in interface Char2ObjectNavigableMap<V>e - the new min valuepublic char getDefaultMinValue()
Char2ObjectNavigableMapgetDefaultMinValue in interface Char2ObjectNavigableMap<V>@Deprecated public java.lang.Character lowerKey(java.lang.Character key)
lowerKey in interface java.util.NavigableMap<java.lang.Character,V>lowerKey in interface Char2ObjectNavigableMap<V>@Deprecated public java.lang.Character floorKey(java.lang.Character key)
floorKey in interface java.util.NavigableMap<java.lang.Character,V>floorKey in interface Char2ObjectNavigableMap<V>@Deprecated public java.lang.Character ceilingKey(java.lang.Character key)
ceilingKey in interface java.util.NavigableMap<java.lang.Character,V>ceilingKey in interface Char2ObjectNavigableMap<V>@Deprecated public java.lang.Character higherKey(java.lang.Character key)
higherKey in interface java.util.NavigableMap<java.lang.Character,V>higherKey in interface Char2ObjectNavigableMap<V>@Deprecated public Char2ObjectMap.Entry<V> lowerEntry(java.lang.Character key)
lowerEntry in interface java.util.NavigableMap<java.lang.Character,V>lowerEntry in interface Char2ObjectNavigableMap<V>@Deprecated public Char2ObjectMap.Entry<V> floorEntry(java.lang.Character key)
floorEntry in interface java.util.NavigableMap<java.lang.Character,V>floorEntry in interface Char2ObjectNavigableMap<V>@Deprecated public Char2ObjectMap.Entry<V> ceilingEntry(java.lang.Character key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Character,V>ceilingEntry in interface Char2ObjectNavigableMap<V>@Deprecated public Char2ObjectMap.Entry<V> higherEntry(java.lang.Character key)
higherEntry in interface java.util.NavigableMap<java.lang.Character,V>higherEntry in interface Char2ObjectNavigableMap<V>