V - the type of elements maintained by this Collectionpublic static class Byte2ObjectMaps.UnmodifyableNavigableMap<V> extends Byte2ObjectMaps.UnmodifyableSortedMap<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.
|
byte |
ceilingKey(byte key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
ByteNavigableSet |
descendingKeySet() |
Byte2ObjectNavigableMap<V> |
descendingMap() |
Byte2ObjectMap.Entry<V> |
firstEntry() |
Byte2ObjectMap.Entry<V> |
floorEntry(byte key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
byte |
floorKey(byte key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
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(byte toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2ObjectMap.Entry<V> |
higherEntry(byte key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
byte |
higherKey(byte key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
Byte2ObjectMap.Entry<V> |
lastEntry() |
Byte2ObjectMap.Entry<V> |
lowerEntry(byte key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
byte |
lowerKey(byte key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
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(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2ObjectNavigableMap<V> |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2ObjectNavigableMap<V> |
tailMap(byte fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstByteKey, firstValue, getAndMoveToFirst, getAndMoveToLast, lastByteKey, lastValue, moveToFirst, moveToLast, pollFirstByteKey, pollLastByteKey, putAndMoveToFirst, putAndMoveToLastbyte2ObjectEntrySet, getObject, getOrDefault, keySet, put, putIfAbsent, remByte, remByteOrDefault, remove, valuescompute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, merge, mergeAll, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceObjects, replaceObjects, setDefaultReturnValueclear, containsKey, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, 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.UnmodifyableSortedMap<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.UnmodifyableSortedMap<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.UnmodifyableSortedMap<V>fromKey - where the TailMap should startpublic 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>public 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.