V - the type of elements maintained by this Collectionpublic static class Byte2ObjectMaps.SynchronizedNavigableMap<V> extends Byte2ObjectMaps.SynchronizedSortedMap<V> implements Byte2ObjectNavigableMap<V>
AbstractByte2ObjectMap.BasicEntry<V>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2ObjectSortedMap.FastSortedSet<V>Byte2ObjectMap.Entry<V>, Byte2ObjectMap.FastEntrySet<V>| Modifier and Type | Method and Description |
|---|---|
Byte2ObjectMap.Entry<V> |
ceilingEntry(byte key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Byte2ObjectMap.Entry<V> |
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.
|
ByteNavigableSet |
descendingKeySet() |
Byte2ObjectNavigableMap<V> |
descendingMap() |
Byte2ObjectMap.Entry<V> |
firstEntry() |
Byte2ObjectMap.Entry<V> |
floorEntry(byte key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Byte2ObjectMap.Entry<V> |
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.
|
Byte2ObjectNavigableMap<V> |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2ObjectNavigableMap<V> |
headMap(java.lang.Byte toKey)
Deprecated.
|
Byte2ObjectNavigableMap<V> |
headMap(byte toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2ObjectNavigableMap<V> |
headMap(java.lang.Byte toKey,
boolean inclusive)
Deprecated.
|
Byte2ObjectMap.Entry<V> |
higherEntry(byte key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Byte2ObjectMap.Entry<V> |
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.
|
Byte2ObjectMap.Entry<V> |
lastEntry() |
Byte2ObjectMap.Entry<V> |
lowerEntry(byte key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Byte2ObjectMap.Entry<V> |
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() |
Byte2ObjectMap.Entry<V> |
pollFirstEntry() |
Byte2ObjectMap.Entry<V> |
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.
|
Byte2ObjectNavigableMap<V> |
subMap(byte fromKey,
boolean fromInclusive,
byte toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2ObjectNavigableMap<V> |
subMap(java.lang.Byte fromKey,
boolean fromInclusive,
java.lang.Byte toKey,
boolean toInclusive)
Deprecated.
|
Byte2ObjectNavigableMap<V> |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2ObjectNavigableMap<V> |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
Byte2ObjectNavigableMap<V> |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2ObjectNavigableMap<V> |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
Byte2ObjectNavigableMap<V> |
tailMap(byte fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2ObjectNavigableMap<V> |
tailMap(java.lang.Byte fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstByteKey, firstKey, firstValue, getAndMoveToFirst, getAndMoveToLast, lastByteKey, lastKey, lastValue, moveToFirst, moveToLast, pollFirstByteKey, pollLastByteKey, putAndMoveToFirst, putAndMoveToLastbyte2ObjectEntrySet, clear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, containsValue, forEach, forEach, get, getDefaultReturnValue, getObject, getOrDefault, getOrDefault, keySet, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remByte, remByteOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValue, size, valuesentrySet, equals, hashCodecomparator, firstByteKey, firstKey, firstValue, getAndMoveToFirst, getAndMoveToLast, keySet, lastByteKey, lastKey, lastValue, moveToFirst, moveToLast, pollFirstByteKey, pollLastByteKey, putAndMoveToFirst, putAndMoveToLast, valuesbyte2ObjectEntrySet, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, entrySet, forEach, forEach, get, getDefaultReturnValue, getObject, getOrDefault, getOrDefault, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remByte, remByteOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValuepublic Byte2ObjectNavigableMap<V> descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Byte,V>descendingMap in interface Byte2ObjectNavigableMap<V>public ByteNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Byte,V>navigableKeySet in interface Byte2ObjectNavigableMap<V>public ByteNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Byte,V>descendingKeySet in interface Byte2ObjectNavigableMap<V>public Byte2ObjectMap.Entry<V> firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Byte,V>firstEntry in interface Byte2ObjectNavigableMap<V>public Byte2ObjectMap.Entry<V> lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Byte,V>lastEntry in interface Byte2ObjectNavigableMap<V>public Byte2ObjectMap.Entry<V> pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Byte,V>pollFirstEntry in interface Byte2ObjectNavigableMap<V>public Byte2ObjectMap.Entry<V> pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Byte,V>pollLastEntry in interface Byte2ObjectNavigableMap<V>public Byte2ObjectNavigableMap<V> subMap(byte fromKey, boolean fromInclusive, byte toKey, boolean toInclusive)
Byte2ObjectNavigableMapsubMap in interface Byte2ObjectNavigableMap<V>fromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Byte2ObjectNavigableMap<V> headMap(byte toKey, boolean inclusive)
Byte2ObjectNavigableMapheadMap in interface Byte2ObjectNavigableMap<V>toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Byte2ObjectNavigableMap<V> tailMap(byte fromKey, boolean inclusive)
Byte2ObjectNavigableMaptailMap in interface Byte2ObjectNavigableMap<V>fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Byte2ObjectNavigableMap<V> subMap(byte fromKey, byte toKey)
Byte2ObjectSortedMapsubMap in interface Byte2ObjectNavigableMap<V>subMap in interface Byte2ObjectSortedMap<V>subMap in class Byte2ObjectMaps.SynchronizedSortedMap<V>fromKey - where the submap should starttoKey - where the subMap should endpublic Byte2ObjectNavigableMap<V> headMap(byte toKey)
Byte2ObjectSortedMapheadMap in interface Byte2ObjectNavigableMap<V>headMap in interface Byte2ObjectSortedMap<V>headMap in class Byte2ObjectMaps.SynchronizedSortedMap<V>toKey - where the headMap should endpublic Byte2ObjectNavigableMap<V> tailMap(byte fromKey)
Byte2ObjectSortedMaptailMap in interface Byte2ObjectNavigableMap<V>tailMap in interface Byte2ObjectSortedMap<V>tailMap in class Byte2ObjectMaps.SynchronizedSortedMap<V>fromKey - where the TailMap should startpublic byte lowerKey(byte key)
Byte2ObjectNavigableMaplowerKey in interface Byte2ObjectNavigableMap<V>key - that should be compared with.public byte higherKey(byte key)
Byte2ObjectNavigableMaphigherKey in interface Byte2ObjectNavigableMap<V>key - that should be compared with.public byte floorKey(byte key)
Byte2ObjectNavigableMapfloorKey in interface Byte2ObjectNavigableMap<V>key - that should be compared with.public byte ceilingKey(byte key)
Byte2ObjectNavigableMapceilingKey in interface Byte2ObjectNavigableMap<V>key - that should be compared with.public Byte2ObjectMap.Entry<V> lowerEntry(byte key)
Byte2ObjectNavigableMaplowerEntry in interface Byte2ObjectNavigableMap<V>key - that should be compared with.public Byte2ObjectMap.Entry<V> higherEntry(byte key)
Byte2ObjectNavigableMaphigherEntry in interface Byte2ObjectNavigableMap<V>key - that should be compared with.public Byte2ObjectMap.Entry<V> floorEntry(byte key)
Byte2ObjectNavigableMapfloorEntry in interface Byte2ObjectNavigableMap<V>key - that should be compared with.public Byte2ObjectMap.Entry<V> ceilingEntry(byte key)
Byte2ObjectNavigableMapceilingEntry in interface Byte2ObjectNavigableMap<V>key - that should be compared with.@Deprecated public Byte2ObjectNavigableMap<V> subMap(java.lang.Byte fromKey, boolean fromInclusive, java.lang.Byte toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Byte,V>subMap in interface Byte2ObjectNavigableMap<V>@Deprecated public Byte2ObjectNavigableMap<V> headMap(java.lang.Byte toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Byte,V>headMap in interface Byte2ObjectNavigableMap<V>@Deprecated public Byte2ObjectNavigableMap<V> tailMap(java.lang.Byte fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Byte,V>tailMap in interface Byte2ObjectNavigableMap<V>@Deprecated public Byte2ObjectNavigableMap<V> subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface java.util.NavigableMap<java.lang.Byte,V>subMap in interface java.util.SortedMap<java.lang.Byte,V>subMap in interface Byte2ObjectNavigableMap<V>subMap in interface Byte2ObjectSortedMap<V>subMap in class Byte2ObjectMaps.SynchronizedSortedMap<V>@Deprecated public Byte2ObjectNavigableMap<V> headMap(java.lang.Byte toKey)
headMap in interface java.util.NavigableMap<java.lang.Byte,V>headMap in interface java.util.SortedMap<java.lang.Byte,V>headMap in interface Byte2ObjectNavigableMap<V>headMap in interface Byte2ObjectSortedMap<V>headMap in class Byte2ObjectMaps.SynchronizedSortedMap<V>@Deprecated public Byte2ObjectNavigableMap<V> tailMap(java.lang.Byte fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Byte,V>tailMap in interface java.util.SortedMap<java.lang.Byte,V>tailMap in interface Byte2ObjectNavigableMap<V>tailMap in interface Byte2ObjectSortedMap<V>tailMap in class Byte2ObjectMaps.SynchronizedSortedMap<V>public void setDefaultMaxValue(byte e)
Byte2ObjectNavigableMapsetDefaultMaxValue in interface Byte2ObjectNavigableMap<V>e - the new max valuepublic byte getDefaultMaxValue()
Byte2ObjectNavigableMapgetDefaultMaxValue in interface Byte2ObjectNavigableMap<V>public void setDefaultMinValue(byte e)
Byte2ObjectNavigableMapsetDefaultMinValue in interface Byte2ObjectNavigableMap<V>e - the new min valuepublic byte getDefaultMinValue()
Byte2ObjectNavigableMapgetDefaultMinValue in interface Byte2ObjectNavigableMap<V>@Deprecated public java.lang.Byte lowerKey(java.lang.Byte key)
lowerKey in interface java.util.NavigableMap<java.lang.Byte,V>lowerKey in interface Byte2ObjectNavigableMap<V>@Deprecated public java.lang.Byte floorKey(java.lang.Byte key)
floorKey in interface java.util.NavigableMap<java.lang.Byte,V>floorKey in interface Byte2ObjectNavigableMap<V>@Deprecated public java.lang.Byte ceilingKey(java.lang.Byte key)
ceilingKey in interface java.util.NavigableMap<java.lang.Byte,V>ceilingKey in interface Byte2ObjectNavigableMap<V>@Deprecated public java.lang.Byte higherKey(java.lang.Byte key)
higherKey in interface java.util.NavigableMap<java.lang.Byte,V>higherKey in interface Byte2ObjectNavigableMap<V>@Deprecated public Byte2ObjectMap.Entry<V> lowerEntry(java.lang.Byte key)
lowerEntry in interface java.util.NavigableMap<java.lang.Byte,V>lowerEntry in interface Byte2ObjectNavigableMap<V>@Deprecated public Byte2ObjectMap.Entry<V> floorEntry(java.lang.Byte key)
floorEntry in interface java.util.NavigableMap<java.lang.Byte,V>floorEntry in interface Byte2ObjectNavigableMap<V>@Deprecated public Byte2ObjectMap.Entry<V> ceilingEntry(java.lang.Byte key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Byte,V>ceilingEntry in interface Byte2ObjectNavigableMap<V>@Deprecated public Byte2ObjectMap.Entry<V> higherEntry(java.lang.Byte key)
higherEntry in interface java.util.NavigableMap<java.lang.Byte,V>higherEntry in interface Byte2ObjectNavigableMap<V>