public static class Short2BooleanMaps.UnmodifyableNavigableMap extends Short2BooleanMaps.UnmodifyableSortedMap implements Short2BooleanNavigableMap
AbstractShort2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2BooleanSortedMap.FastSortedSetShort2BooleanMap.BuilderCache, Short2BooleanMap.Entry, Short2BooleanMap.FastEntrySet, Short2BooleanMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Short2BooleanMap.Entry |
ceilingEntry(short key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
short |
ceilingKey(short key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
Short2BooleanNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ShortNavigableSet |
descendingKeySet() |
Short2BooleanNavigableMap |
descendingMap() |
Short2BooleanMap.Entry |
firstEntry() |
Short2BooleanMap.Entry |
floorEntry(short key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
short |
floorKey(short key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
short |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
short |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Short2BooleanNavigableMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2BooleanNavigableMap |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2BooleanMap.Entry |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
short |
higherKey(short key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
ShortNavigableSet |
keySet() |
Short2BooleanMap.Entry |
lastEntry() |
Short2BooleanMap.Entry |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
short |
lowerKey(short key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
ShortNavigableSet |
navigableKeySet() |
Short2BooleanMap.Entry |
pollFirstEntry() |
Short2BooleanMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(short e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(short e)
A Helper method to set the min value for SubMaps.
|
Short2BooleanNavigableMap |
subMap(short fromKey,
boolean fromInclusive,
short toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2BooleanNavigableMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2BooleanNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2BooleanNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstBooleanValue, firstShortKey, lastBooleanValue, lastShortKey, pollFirstShortKey, pollLastShortKeyclear, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, get, getOrDefault, mergeAllBoolean, mergeBoolean, put, putIfAbsent, remove, remove, removeOrDefault, replaceBooleans, replaceBooleans, short2BooleanEntrySet, supplyBooleanIfAbsent, valuescontainsKey, 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, firstBooleanValue, firstKey, firstShortKey, lastBooleanValue, lastKey, lastShortKey, pollFirstShortKey, pollLastShortKey, valuesbuilder, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, short2BooleanEntrySet, supplyBooleanIfAbsentpublic Short2BooleanNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>descendingMap in interface Short2BooleanNavigableMappublic ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>navigableKeySet in interface Short2BooleanNavigableMappublic ShortNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Boolean>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Boolean>keySet in interface Short2BooleanMapkeySet in interface Short2BooleanNavigableMapkeySet in interface Short2BooleanSortedMapkeySet in class Short2BooleanMaps.UnmodifyableSortedMappublic ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>descendingKeySet in interface Short2BooleanNavigableMappublic Short2BooleanMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>firstEntry in interface Short2BooleanNavigableMappublic Short2BooleanMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>lastEntry in interface Short2BooleanNavigableMappublic Short2BooleanMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>pollFirstEntry in interface Short2BooleanNavigableMappublic Short2BooleanMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>pollLastEntry in interface Short2BooleanNavigableMappublic Short2BooleanNavigableMap subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive)
Short2BooleanNavigableMapsubMap in interface Short2BooleanNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Short2BooleanNavigableMap headMap(short toKey, boolean inclusive)
Short2BooleanNavigableMapheadMap in interface Short2BooleanNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Short2BooleanNavigableMap tailMap(short fromKey, boolean inclusive)
Short2BooleanNavigableMaptailMap in interface Short2BooleanNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Short2BooleanNavigableMap subMap(short fromKey, short toKey)
Short2BooleanSortedMapsubMap in interface Short2BooleanNavigableMapsubMap in interface Short2BooleanSortedMapsubMap in class Short2BooleanMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2BooleanNavigableMap headMap(short toKey)
Short2BooleanSortedMapheadMap in interface Short2BooleanNavigableMapheadMap in interface Short2BooleanSortedMapheadMap in class Short2BooleanMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Short2BooleanNavigableMap tailMap(short fromKey)
Short2BooleanSortedMaptailMap in interface Short2BooleanNavigableMaptailMap in interface Short2BooleanSortedMaptailMap in class Short2BooleanMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(short e)
Short2BooleanNavigableMapsetDefaultMaxValue in interface Short2BooleanNavigableMape - the new max valuepublic short getDefaultMaxValue()
Short2BooleanNavigableMapgetDefaultMaxValue in interface Short2BooleanNavigableMappublic void setDefaultMinValue(short e)
Short2BooleanNavigableMapsetDefaultMinValue in interface Short2BooleanNavigableMape - the new min valuepublic short getDefaultMinValue()
Short2BooleanNavigableMapgetDefaultMinValue in interface Short2BooleanNavigableMappublic short lowerKey(short key)
Short2BooleanNavigableMaplowerKey in interface Short2BooleanNavigableMapkey - that should be compared with.public short higherKey(short key)
Short2BooleanNavigableMaphigherKey in interface Short2BooleanNavigableMapkey - that should be compared with.public short floorKey(short key)
Short2BooleanNavigableMapfloorKey in interface Short2BooleanNavigableMapkey - that should be compared with.public short ceilingKey(short key)
Short2BooleanNavigableMapceilingKey in interface Short2BooleanNavigableMapkey - that should be compared with.public Short2BooleanMap.Entry lowerEntry(short key)
Short2BooleanNavigableMaplowerEntry in interface Short2BooleanNavigableMapkey - that should be compared with.public Short2BooleanMap.Entry higherEntry(short key)
Short2BooleanNavigableMaphigherEntry in interface Short2BooleanNavigableMapkey - that should be compared with.public Short2BooleanMap.Entry floorEntry(short key)
Short2BooleanNavigableMapfloorEntry in interface Short2BooleanNavigableMapkey - that should be compared with.public Short2BooleanMap.Entry ceilingEntry(short key)
Short2BooleanNavigableMapceilingEntry in interface Short2BooleanNavigableMapkey - that should be compared with.public Short2BooleanNavigableMap copy()
Short2BooleanMapcopy in interface Short2BooleanMapcopy in interface Short2BooleanNavigableMapcopy in interface Short2BooleanSortedMapcopy in class Short2BooleanMaps.UnmodifyableSortedMap