public static class Int2CharMaps.SynchronizedNavigableMap extends Int2CharMaps.SynchronizedSortedMap implements Int2CharNavigableMap
AbstractInt2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2CharSortedMap.FastSortedSetInt2CharMap.BuilderCache, Int2CharMap.Entry, Int2CharMap.FastEntrySet, Int2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Int2CharMap.Entry |
ceilingEntry(int key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Int2CharMap.Entry |
ceilingEntry(java.lang.Integer key)
Deprecated.
|
int |
ceilingKey(int key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Integer |
ceilingKey(java.lang.Integer key)
Deprecated.
|
Int2CharNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
IntNavigableSet |
descendingKeySet() |
Int2CharNavigableMap |
descendingMap() |
Int2CharMap.Entry |
firstEntry() |
Int2CharMap.Entry |
floorEntry(int key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Int2CharMap.Entry |
floorEntry(java.lang.Integer key)
Deprecated.
|
int |
floorKey(int key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Integer |
floorKey(java.lang.Integer key)
Deprecated.
|
int |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
int |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Int2CharNavigableMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2CharNavigableMap |
headMap(int toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2CharNavigableMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
Int2CharNavigableMap |
headMap(java.lang.Integer toKey,
boolean inclusive)
Deprecated.
|
Int2CharMap.Entry |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Int2CharMap.Entry |
higherEntry(java.lang.Integer key)
Deprecated.
|
int |
higherKey(int key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Integer |
higherKey(java.lang.Integer key)
Deprecated.
|
IntNavigableSet |
keySet() |
Int2CharMap.Entry |
lastEntry() |
Int2CharMap.Entry |
lowerEntry(int key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Int2CharMap.Entry |
lowerEntry(java.lang.Integer key)
Deprecated.
|
int |
lowerKey(int key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Integer |
lowerKey(java.lang.Integer key)
Deprecated.
|
IntNavigableSet |
navigableKeySet() |
Int2CharMap.Entry |
pollFirstEntry() |
Int2CharMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(int e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(int e)
A Helper method to set the min value for SubMaps.
|
Int2CharNavigableMap |
subMap(int fromKey,
boolean fromInclusive,
int toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2CharNavigableMap |
subMap(java.lang.Integer fromKey,
boolean fromInclusive,
java.lang.Integer toKey,
boolean toInclusive)
Deprecated.
|
Int2CharNavigableMap |
subMap(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
Int2CharNavigableMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2CharNavigableMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2CharNavigableMap |
tailMap(int fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2CharNavigableMap |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
Int2CharNavigableMap |
tailMap(java.lang.Integer fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstCharValue, firstIntKey, firstKey, lastCharValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKeyaddTo, addToAll, clear, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2CharEntrySet, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, size, subFrom, supplyCharIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstCharValue, firstIntKey, firstKey, lastCharValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKey, valuesaddTo, addToAll, applyAsChar, builder, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2CharEntrySet, merge, mergeAllChar, mergeChar, put, put, 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 Int2CharNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>descendingMap in interface Int2CharNavigableMappublic IntNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>navigableKeySet in interface Int2CharNavigableMappublic IntNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>descendingKeySet in interface Int2CharNavigableMappublic IntNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Integer,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Character>keySet in interface Int2CharMapkeySet in interface Int2CharNavigableMapkeySet in interface Int2CharSortedMapkeySet in class Int2CharMaps.SynchronizedSortedMappublic Int2CharMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>firstEntry in interface Int2CharNavigableMappublic Int2CharMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>lastEntry in interface Int2CharNavigableMappublic Int2CharMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>pollFirstEntry in interface Int2CharNavigableMappublic Int2CharMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>pollLastEntry in interface Int2CharNavigableMappublic Int2CharNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive)
Int2CharNavigableMapsubMap in interface Int2CharNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Int2CharNavigableMap headMap(int toKey, boolean inclusive)
Int2CharNavigableMapheadMap in interface Int2CharNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Int2CharNavigableMap tailMap(int fromKey, boolean inclusive)
Int2CharNavigableMaptailMap in interface Int2CharNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Int2CharNavigableMap subMap(int fromKey, int toKey)
Int2CharSortedMapsubMap in interface Int2CharNavigableMapsubMap in interface Int2CharSortedMapsubMap in class Int2CharMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2CharNavigableMap headMap(int toKey)
Int2CharSortedMapheadMap in interface Int2CharNavigableMapheadMap in interface Int2CharSortedMapheadMap in class Int2CharMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Int2CharNavigableMap tailMap(int fromKey)
Int2CharSortedMaptailMap in interface Int2CharNavigableMaptailMap in interface Int2CharSortedMaptailMap in class Int2CharMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic int lowerKey(int key)
Int2CharNavigableMaplowerKey in interface Int2CharNavigableMapkey - that should be compared with.public int higherKey(int key)
Int2CharNavigableMaphigherKey in interface Int2CharNavigableMapkey - that should be compared with.public int floorKey(int key)
Int2CharNavigableMapfloorKey in interface Int2CharNavigableMapkey - that should be compared with.public int ceilingKey(int key)
Int2CharNavigableMapceilingKey in interface Int2CharNavigableMapkey - that should be compared with.public Int2CharMap.Entry lowerEntry(int key)
Int2CharNavigableMaplowerEntry in interface Int2CharNavigableMapkey - that should be compared with.public Int2CharMap.Entry higherEntry(int key)
Int2CharNavigableMaphigherEntry in interface Int2CharNavigableMapkey - that should be compared with.public Int2CharMap.Entry floorEntry(int key)
Int2CharNavigableMapfloorEntry in interface Int2CharNavigableMapkey - that should be compared with.public Int2CharMap.Entry ceilingEntry(int key)
Int2CharNavigableMapceilingEntry in interface Int2CharNavigableMapkey - that should be compared with.public Int2CharNavigableMap copy()
Int2CharMapcopy in interface Int2CharMapcopy in interface Int2CharNavigableMapcopy in interface Int2CharSortedMapcopy in class Int2CharMaps.SynchronizedSortedMap@Deprecated public Int2CharNavigableMap subMap(java.lang.Integer fromKey, boolean fromInclusive, java.lang.Integer toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>subMap in interface Int2CharNavigableMap@Deprecated public Int2CharNavigableMap headMap(java.lang.Integer toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>headMap in interface Int2CharNavigableMap@Deprecated public Int2CharNavigableMap tailMap(java.lang.Integer fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>tailMap in interface Int2CharNavigableMap@Deprecated public Int2CharNavigableMap subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>subMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Character>subMap in interface Int2CharNavigableMapsubMap in interface Int2CharSortedMapsubMap in class Int2CharMaps.SynchronizedSortedMap@Deprecated public Int2CharNavigableMap headMap(java.lang.Integer toKey)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>headMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Character>headMap in interface Int2CharNavigableMapheadMap in interface Int2CharSortedMapheadMap in class Int2CharMaps.SynchronizedSortedMap@Deprecated public Int2CharNavigableMap tailMap(java.lang.Integer fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>tailMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Character>tailMap in interface Int2CharNavigableMaptailMap in interface Int2CharSortedMaptailMap in class Int2CharMaps.SynchronizedSortedMappublic void setDefaultMaxValue(int e)
Int2CharNavigableMapsetDefaultMaxValue in interface Int2CharNavigableMape - the new max valuepublic int getDefaultMaxValue()
Int2CharNavigableMapgetDefaultMaxValue in interface Int2CharNavigableMappublic void setDefaultMinValue(int e)
Int2CharNavigableMapsetDefaultMinValue in interface Int2CharNavigableMape - the new min valuepublic int getDefaultMinValue()
Int2CharNavigableMapgetDefaultMinValue in interface Int2CharNavigableMap@Deprecated public java.lang.Integer lowerKey(java.lang.Integer key)
lowerKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>lowerKey in interface Int2CharNavigableMap@Deprecated public java.lang.Integer floorKey(java.lang.Integer key)
floorKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>floorKey in interface Int2CharNavigableMap@Deprecated public java.lang.Integer ceilingKey(java.lang.Integer key)
ceilingKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>ceilingKey in interface Int2CharNavigableMap@Deprecated public java.lang.Integer higherKey(java.lang.Integer key)
higherKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>higherKey in interface Int2CharNavigableMap@Deprecated public Int2CharMap.Entry lowerEntry(java.lang.Integer key)
lowerEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>lowerEntry in interface Int2CharNavigableMap@Deprecated public Int2CharMap.Entry floorEntry(java.lang.Integer key)
floorEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>floorEntry in interface Int2CharNavigableMap@Deprecated public Int2CharMap.Entry ceilingEntry(java.lang.Integer key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>ceilingEntry in interface Int2CharNavigableMap@Deprecated public Int2CharMap.Entry higherEntry(java.lang.Integer key)
higherEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>higherEntry in interface Int2CharNavigableMap