public static class Byte2BooleanMaps.SynchronizedNavigableMap extends Byte2BooleanMaps.SynchronizedSortedMap implements Byte2BooleanNavigableMap
AbstractByte2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2BooleanSortedMap.FastSortedSetByte2BooleanMap.BuilderCache, Byte2BooleanMap.Entry, Byte2BooleanMap.FastEntrySet, Byte2BooleanMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Byte2BooleanMap.Entry |
ceilingEntry(byte key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Byte2BooleanMap.Entry |
ceilingEntry(java.lang.Byte key)
Deprecated.
|
byte |
ceilingKey(byte key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Byte |
ceilingKey(java.lang.Byte key)
Deprecated.
|
Byte2BooleanNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ByteNavigableSet |
descendingKeySet() |
Byte2BooleanNavigableMap |
descendingMap() |
Byte2BooleanMap.Entry |
firstEntry() |
Byte2BooleanMap.Entry |
floorEntry(byte key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Byte2BooleanMap.Entry |
floorEntry(java.lang.Byte key)
Deprecated.
|
byte |
floorKey(byte key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Byte |
floorKey(java.lang.Byte key)
Deprecated.
|
byte |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
byte |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Byte2BooleanNavigableMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2BooleanNavigableMap |
headMap(java.lang.Byte toKey)
Deprecated.
|
Byte2BooleanNavigableMap |
headMap(byte toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2BooleanNavigableMap |
headMap(java.lang.Byte toKey,
boolean inclusive)
Deprecated.
|
Byte2BooleanMap.Entry |
higherEntry(byte key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Byte2BooleanMap.Entry |
higherEntry(java.lang.Byte key)
Deprecated.
|
byte |
higherKey(byte key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Byte |
higherKey(java.lang.Byte key)
Deprecated.
|
ByteNavigableSet |
keySet() |
Byte2BooleanMap.Entry |
lastEntry() |
Byte2BooleanMap.Entry |
lowerEntry(byte key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Byte2BooleanMap.Entry |
lowerEntry(java.lang.Byte key)
Deprecated.
|
byte |
lowerKey(byte key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Byte |
lowerKey(java.lang.Byte key)
Deprecated.
|
ByteNavigableSet |
navigableKeySet() |
Byte2BooleanMap.Entry |
pollFirstEntry() |
Byte2BooleanMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(byte e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(byte e)
A Helper method to set the min value for SubMaps.
|
Byte2BooleanNavigableMap |
subMap(byte fromKey,
boolean fromInclusive,
byte toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2BooleanNavigableMap |
subMap(java.lang.Byte fromKey,
boolean fromInclusive,
java.lang.Byte toKey,
boolean toInclusive)
Deprecated.
|
Byte2BooleanNavigableMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2BooleanNavigableMap |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
Byte2BooleanNavigableMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2BooleanNavigableMap |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
Byte2BooleanNavigableMap |
tailMap(byte fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2BooleanNavigableMap |
tailMap(java.lang.Byte fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstBooleanValue, firstByteKey, firstKey, lastBooleanValue, lastByteKey, lastKey, pollFirstByteKey, pollLastByteKeybyte2BooleanEntrySet, clear, 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, size, supplyBooleanIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstBooleanValue, firstByteKey, firstKey, lastBooleanValue, lastByteKey, lastKey, pollFirstByteKey, pollLastByteKey, valuesbuilder, byte2BooleanEntrySet, 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, supplyBooleanIfAbsentpublic Byte2BooleanNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>descendingMap in interface Byte2BooleanNavigableMappublic ByteNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>navigableKeySet in interface Byte2BooleanNavigableMappublic ByteNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>descendingKeySet in interface Byte2BooleanNavigableMappublic ByteNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Boolean>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Boolean>keySet in interface Byte2BooleanMapkeySet in interface Byte2BooleanNavigableMapkeySet in interface Byte2BooleanSortedMapkeySet in class Byte2BooleanMaps.SynchronizedSortedMappublic Byte2BooleanMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>firstEntry in interface Byte2BooleanNavigableMappublic Byte2BooleanMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>lastEntry in interface Byte2BooleanNavigableMappublic Byte2BooleanMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>pollFirstEntry in interface Byte2BooleanNavigableMappublic Byte2BooleanMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>pollLastEntry in interface Byte2BooleanNavigableMappublic Byte2BooleanNavigableMap subMap(byte fromKey, boolean fromInclusive, byte toKey, boolean toInclusive)
Byte2BooleanNavigableMapsubMap in interface Byte2BooleanNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Byte2BooleanNavigableMap headMap(byte toKey, boolean inclusive)
Byte2BooleanNavigableMapheadMap in interface Byte2BooleanNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Byte2BooleanNavigableMap tailMap(byte fromKey, boolean inclusive)
Byte2BooleanNavigableMaptailMap in interface Byte2BooleanNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Byte2BooleanNavigableMap subMap(byte fromKey, byte toKey)
Byte2BooleanSortedMapsubMap in interface Byte2BooleanNavigableMapsubMap in interface Byte2BooleanSortedMapsubMap in class Byte2BooleanMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2BooleanNavigableMap headMap(byte toKey)
Byte2BooleanSortedMapheadMap in interface Byte2BooleanNavigableMapheadMap in interface Byte2BooleanSortedMapheadMap in class Byte2BooleanMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Byte2BooleanNavigableMap tailMap(byte fromKey)
Byte2BooleanSortedMaptailMap in interface Byte2BooleanNavigableMaptailMap in interface Byte2BooleanSortedMaptailMap in class Byte2BooleanMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic byte lowerKey(byte key)
Byte2BooleanNavigableMaplowerKey in interface Byte2BooleanNavigableMapkey - that should be compared with.public byte higherKey(byte key)
Byte2BooleanNavigableMaphigherKey in interface Byte2BooleanNavigableMapkey - that should be compared with.public byte floorKey(byte key)
Byte2BooleanNavigableMapfloorKey in interface Byte2BooleanNavigableMapkey - that should be compared with.public byte ceilingKey(byte key)
Byte2BooleanNavigableMapceilingKey in interface Byte2BooleanNavigableMapkey - that should be compared with.public Byte2BooleanMap.Entry lowerEntry(byte key)
Byte2BooleanNavigableMaplowerEntry in interface Byte2BooleanNavigableMapkey - that should be compared with.public Byte2BooleanMap.Entry higherEntry(byte key)
Byte2BooleanNavigableMaphigherEntry in interface Byte2BooleanNavigableMapkey - that should be compared with.public Byte2BooleanMap.Entry floorEntry(byte key)
Byte2BooleanNavigableMapfloorEntry in interface Byte2BooleanNavigableMapkey - that should be compared with.public Byte2BooleanMap.Entry ceilingEntry(byte key)
Byte2BooleanNavigableMapceilingEntry in interface Byte2BooleanNavigableMapkey - that should be compared with.public Byte2BooleanNavigableMap copy()
Byte2BooleanMapcopy in interface Byte2BooleanMapcopy in interface Byte2BooleanNavigableMapcopy in interface Byte2BooleanSortedMapcopy in class Byte2BooleanMaps.SynchronizedSortedMap@Deprecated public Byte2BooleanNavigableMap subMap(java.lang.Byte fromKey, boolean fromInclusive, java.lang.Byte toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>subMap in interface Byte2BooleanNavigableMap@Deprecated public Byte2BooleanNavigableMap headMap(java.lang.Byte toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>headMap in interface Byte2BooleanNavigableMap@Deprecated public Byte2BooleanNavigableMap tailMap(java.lang.Byte fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>tailMap in interface Byte2BooleanNavigableMap@Deprecated public Byte2BooleanNavigableMap subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>subMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Boolean>subMap in interface Byte2BooleanNavigableMapsubMap in interface Byte2BooleanSortedMapsubMap in class Byte2BooleanMaps.SynchronizedSortedMap@Deprecated public Byte2BooleanNavigableMap headMap(java.lang.Byte toKey)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>headMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Boolean>headMap in interface Byte2BooleanNavigableMapheadMap in interface Byte2BooleanSortedMapheadMap in class Byte2BooleanMaps.SynchronizedSortedMap@Deprecated public Byte2BooleanNavigableMap tailMap(java.lang.Byte fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>tailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Boolean>tailMap in interface Byte2BooleanNavigableMaptailMap in interface Byte2BooleanSortedMaptailMap in class Byte2BooleanMaps.SynchronizedSortedMappublic void setDefaultMaxValue(byte e)
Byte2BooleanNavigableMapsetDefaultMaxValue in interface Byte2BooleanNavigableMape - the new max valuepublic byte getDefaultMaxValue()
Byte2BooleanNavigableMapgetDefaultMaxValue in interface Byte2BooleanNavigableMappublic void setDefaultMinValue(byte e)
Byte2BooleanNavigableMapsetDefaultMinValue in interface Byte2BooleanNavigableMape - the new min valuepublic byte getDefaultMinValue()
Byte2BooleanNavigableMapgetDefaultMinValue in interface Byte2BooleanNavigableMap@Deprecated public java.lang.Byte lowerKey(java.lang.Byte key)
lowerKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>lowerKey in interface Byte2BooleanNavigableMap@Deprecated public java.lang.Byte floorKey(java.lang.Byte key)
floorKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>floorKey in interface Byte2BooleanNavigableMap@Deprecated public java.lang.Byte ceilingKey(java.lang.Byte key)
ceilingKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>ceilingKey in interface Byte2BooleanNavigableMap@Deprecated public java.lang.Byte higherKey(java.lang.Byte key)
higherKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>higherKey in interface Byte2BooleanNavigableMap@Deprecated public Byte2BooleanMap.Entry lowerEntry(java.lang.Byte key)
lowerEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>lowerEntry in interface Byte2BooleanNavigableMap@Deprecated public Byte2BooleanMap.Entry floorEntry(java.lang.Byte key)
floorEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>floorEntry in interface Byte2BooleanNavigableMap@Deprecated public Byte2BooleanMap.Entry ceilingEntry(java.lang.Byte key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>ceilingEntry in interface Byte2BooleanNavigableMap@Deprecated public Byte2BooleanMap.Entry higherEntry(java.lang.Byte key)
higherEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Boolean>higherEntry in interface Byte2BooleanNavigableMap