public static class Int2CharMaps.UnmodifyableNavigableMap extends Int2CharMaps.UnmodifyableSortedMap 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.
|
int |
ceilingKey(int key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
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.
|
int |
floorKey(int key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
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
|
Int2CharMap.Entry |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
int |
higherKey(int key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
IntNavigableSet |
keySet() |
Int2CharMap.Entry |
lastEntry() |
Int2CharMap.Entry |
lowerEntry(int key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
int |
lowerKey(int key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
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(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
|
comparator, firstCharValue, firstIntKey, lastCharValue, lastIntKey, pollFirstIntKey, pollLastIntKeyaddTo, clear, computeChar, computeCharIfAbsent, computeCharIfPresent, get, getOrDefault, int2CharEntrySet, mergeAllChar, mergeChar, put, putIfAbsent, remove, remove, removeOrDefault, replaceChars, replaceChars, subFrom, supplyCharIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, 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 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.UnmodifyableSortedMappublic IntNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Character>descendingKeySet in interface Int2CharNavigableMappublic 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.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2CharNavigableMap headMap(int toKey)
Int2CharSortedMapheadMap in interface Int2CharNavigableMapheadMap in interface Int2CharSortedMapheadMap in class Int2CharMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Int2CharNavigableMap tailMap(int fromKey)
Int2CharSortedMaptailMap in interface Int2CharNavigableMaptailMap in interface Int2CharSortedMaptailMap in class Int2CharMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic 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 Int2CharNavigableMappublic 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.UnmodifyableSortedMap