public static class Long2CharMaps.UnmodifyableNavigableMap extends Long2CharMaps.UnmodifyableSortedMap implements Long2CharNavigableMap
AbstractLong2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Long2CharSortedMap.FastSortedSetLong2CharMap.BuilderCache, Long2CharMap.Entry, Long2CharMap.FastEntrySet, Long2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Long2CharMap.Entry |
ceilingEntry(long key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
long |
ceilingKey(long key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
Long2CharNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
LongNavigableSet |
descendingKeySet() |
Long2CharNavigableMap |
descendingMap() |
Long2CharMap.Entry |
firstEntry() |
Long2CharMap.Entry |
floorEntry(long key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
long |
floorKey(long key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
long |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
long |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Long2CharNavigableMap |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2CharNavigableMap |
headMap(long toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2CharMap.Entry |
higherEntry(long key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
long |
higherKey(long key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
LongNavigableSet |
keySet() |
Long2CharMap.Entry |
lastEntry() |
Long2CharMap.Entry |
lowerEntry(long key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
long |
lowerKey(long key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
LongNavigableSet |
navigableKeySet() |
Long2CharMap.Entry |
pollFirstEntry() |
Long2CharMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(long e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(long e)
A Helper method to set the min value for SubMaps.
|
Long2CharNavigableMap |
subMap(long fromKey,
boolean fromInclusive,
long toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2CharNavigableMap |
subMap(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2CharNavigableMap |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Long2CharNavigableMap |
tailMap(long fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharValue, firstLongKey, lastCharValue, lastLongKey, pollFirstLongKey, pollLastLongKeyaddTo, clear, computeChar, computeCharIfAbsent, computeCharIfPresent, get, getOrDefault, long2CharEntrySet, 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, firstKey, firstLongKey, lastCharValue, lastKey, lastLongKey, pollFirstLongKey, pollLastLongKey, valuesaddTo, addToAll, builder, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2CharEntrySet, merge, mergeAllChar, mergeChar, 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 Long2CharNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Character>descendingMap in interface Long2CharNavigableMappublic LongNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Long,java.lang.Character>navigableKeySet in interface Long2CharNavigableMappublic LongNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Long,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Long,java.lang.Character>keySet in interface Long2CharMapkeySet in interface Long2CharNavigableMapkeySet in interface Long2CharSortedMapkeySet in class Long2CharMaps.UnmodifyableSortedMappublic LongNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Long,java.lang.Character>descendingKeySet in interface Long2CharNavigableMappublic Long2CharMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Character>firstEntry in interface Long2CharNavigableMappublic Long2CharMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Character>lastEntry in interface Long2CharNavigableMappublic Long2CharMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Character>pollFirstEntry in interface Long2CharNavigableMappublic Long2CharMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Character>pollLastEntry in interface Long2CharNavigableMappublic Long2CharNavigableMap subMap(long fromKey, boolean fromInclusive, long toKey, boolean toInclusive)
Long2CharNavigableMapsubMap in interface Long2CharNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Long2CharNavigableMap headMap(long toKey, boolean inclusive)
Long2CharNavigableMapheadMap in interface Long2CharNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Long2CharNavigableMap tailMap(long fromKey, boolean inclusive)
Long2CharNavigableMaptailMap in interface Long2CharNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Long2CharNavigableMap subMap(long fromKey, long toKey)
Long2CharSortedMapsubMap in interface Long2CharNavigableMapsubMap in interface Long2CharSortedMapsubMap in class Long2CharMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Long2CharNavigableMap headMap(long toKey)
Long2CharSortedMapheadMap in interface Long2CharNavigableMapheadMap in interface Long2CharSortedMapheadMap in class Long2CharMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Long2CharNavigableMap tailMap(long fromKey)
Long2CharSortedMaptailMap in interface Long2CharNavigableMaptailMap in interface Long2CharSortedMaptailMap in class Long2CharMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(long e)
Long2CharNavigableMapsetDefaultMaxValue in interface Long2CharNavigableMape - the new max valuepublic long getDefaultMaxValue()
Long2CharNavigableMapgetDefaultMaxValue in interface Long2CharNavigableMappublic void setDefaultMinValue(long e)
Long2CharNavigableMapsetDefaultMinValue in interface Long2CharNavigableMape - the new min valuepublic long getDefaultMinValue()
Long2CharNavigableMapgetDefaultMinValue in interface Long2CharNavigableMappublic long lowerKey(long key)
Long2CharNavigableMaplowerKey in interface Long2CharNavigableMapkey - that should be compared with.public long higherKey(long key)
Long2CharNavigableMaphigherKey in interface Long2CharNavigableMapkey - that should be compared with.public long floorKey(long key)
Long2CharNavigableMapfloorKey in interface Long2CharNavigableMapkey - that should be compared with.public long ceilingKey(long key)
Long2CharNavigableMapceilingKey in interface Long2CharNavigableMapkey - that should be compared with.public Long2CharMap.Entry lowerEntry(long key)
Long2CharNavigableMaplowerEntry in interface Long2CharNavigableMapkey - that should be compared with.public Long2CharMap.Entry higherEntry(long key)
Long2CharNavigableMaphigherEntry in interface Long2CharNavigableMapkey - that should be compared with.public Long2CharMap.Entry floorEntry(long key)
Long2CharNavigableMapfloorEntry in interface Long2CharNavigableMapkey - that should be compared with.public Long2CharMap.Entry ceilingEntry(long key)
Long2CharNavigableMapceilingEntry in interface Long2CharNavigableMapkey - that should be compared with.public Long2CharNavigableMap copy()
Long2CharMapcopy in interface Long2CharMapcopy in interface Long2CharNavigableMapcopy in interface Long2CharSortedMapcopy in class Long2CharMaps.UnmodifyableSortedMap