public static class Short2BooleanMaps.SynchronizedNavigableMap extends Short2BooleanMaps.SynchronizedSortedMap 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.
|
Short2BooleanMap.Entry |
ceilingEntry(java.lang.Short key)
Deprecated.
|
short |
ceilingKey(short key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Short |
ceilingKey(java.lang.Short key)
Deprecated.
|
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.
|
Short2BooleanMap.Entry |
floorEntry(java.lang.Short key)
Deprecated.
|
short |
floorKey(short key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Short |
floorKey(java.lang.Short key)
Deprecated.
|
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(java.lang.Short toKey)
Deprecated.
|
Short2BooleanNavigableMap |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2BooleanNavigableMap |
headMap(java.lang.Short toKey,
boolean inclusive)
Deprecated.
|
Short2BooleanMap.Entry |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Short2BooleanMap.Entry |
higherEntry(java.lang.Short key)
Deprecated.
|
short |
higherKey(short key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Short |
higherKey(java.lang.Short key)
Deprecated.
|
ShortNavigableSet |
keySet() |
Short2BooleanMap.Entry |
lastEntry() |
Short2BooleanMap.Entry |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Short2BooleanMap.Entry |
lowerEntry(java.lang.Short key)
Deprecated.
|
short |
lowerKey(short key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Short |
lowerKey(java.lang.Short key)
Deprecated.
|
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(java.lang.Short fromKey,
boolean fromInclusive,
java.lang.Short toKey,
boolean toInclusive)
Deprecated.
|
Short2BooleanNavigableMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2BooleanNavigableMap |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
Short2BooleanNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2BooleanNavigableMap |
tailMap(java.lang.Short fromKey)
Deprecated.
|
Short2BooleanNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2BooleanNavigableMap |
tailMap(java.lang.Short fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstBooleanValue, firstKey, firstShortKey, lastBooleanValue, lastKey, lastShortKey, pollFirstShortKey, pollLastShortKeyclear, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, short2BooleanEntrySet, size, supplyBooleanIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, 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, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, short2BooleanEntrySet, supplyBooleanIfAbsent, testalwaysFalse, alwaysTrue, andType, negate, orTypepublic 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 descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>descendingKeySet 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.SynchronizedSortedMappublic 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.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2BooleanNavigableMap headMap(short toKey)
Short2BooleanSortedMapheadMap in interface Short2BooleanNavigableMapheadMap in interface Short2BooleanSortedMapheadMap in class Short2BooleanMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Short2BooleanNavigableMap tailMap(short fromKey)
Short2BooleanSortedMaptailMap in interface Short2BooleanNavigableMaptailMap in interface Short2BooleanSortedMaptailMap in class Short2BooleanMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic 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.SynchronizedSortedMap@Deprecated public Short2BooleanNavigableMap subMap(java.lang.Short fromKey, boolean fromInclusive, java.lang.Short toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>subMap in interface Short2BooleanNavigableMap@Deprecated public Short2BooleanNavigableMap headMap(java.lang.Short toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>headMap in interface Short2BooleanNavigableMap@Deprecated public Short2BooleanNavigableMap tailMap(java.lang.Short fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>tailMap in interface Short2BooleanNavigableMap@Deprecated public Short2BooleanNavigableMap subMap(java.lang.Short fromKey, java.lang.Short toKey)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>subMap in interface java.util.SortedMap<java.lang.Short,java.lang.Boolean>subMap in interface Short2BooleanNavigableMapsubMap in interface Short2BooleanSortedMapsubMap in class Short2BooleanMaps.SynchronizedSortedMap@Deprecated public Short2BooleanNavigableMap headMap(java.lang.Short toKey)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>headMap in interface java.util.SortedMap<java.lang.Short,java.lang.Boolean>headMap in interface Short2BooleanNavigableMapheadMap in interface Short2BooleanSortedMapheadMap in class Short2BooleanMaps.SynchronizedSortedMap@Deprecated public Short2BooleanNavigableMap tailMap(java.lang.Short fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>tailMap in interface java.util.SortedMap<java.lang.Short,java.lang.Boolean>tailMap in interface Short2BooleanNavigableMaptailMap in interface Short2BooleanSortedMaptailMap in class Short2BooleanMaps.SynchronizedSortedMappublic 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 Short2BooleanNavigableMap@Deprecated public java.lang.Short lowerKey(java.lang.Short key)
lowerKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>lowerKey in interface Short2BooleanNavigableMap@Deprecated public java.lang.Short floorKey(java.lang.Short key)
floorKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>floorKey in interface Short2BooleanNavigableMap@Deprecated public java.lang.Short ceilingKey(java.lang.Short key)
ceilingKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>ceilingKey in interface Short2BooleanNavigableMap@Deprecated public java.lang.Short higherKey(java.lang.Short key)
higherKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>higherKey in interface Short2BooleanNavigableMap@Deprecated public Short2BooleanMap.Entry lowerEntry(java.lang.Short key)
lowerEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>lowerEntry in interface Short2BooleanNavigableMap@Deprecated public Short2BooleanMap.Entry floorEntry(java.lang.Short key)
floorEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>floorEntry in interface Short2BooleanNavigableMap@Deprecated public Short2BooleanMap.Entry ceilingEntry(java.lang.Short key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>ceilingEntry in interface Short2BooleanNavigableMap@Deprecated public Short2BooleanMap.Entry higherEntry(java.lang.Short key)
higherEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Boolean>higherEntry in interface Short2BooleanNavigableMap