public static class Byte2ByteMaps.SynchronizedNavigableMap extends Byte2ByteMaps.SynchronizedSortedMap implements Byte2ByteNavigableMap
AbstractByte2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2ByteSortedMap.FastSortedSetByte2ByteMap.BuilderCache, Byte2ByteMap.Entry, Byte2ByteMap.FastEntrySet, Byte2ByteMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Byte2ByteMap.Entry |
ceilingEntry(byte key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Byte2ByteMap.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.
|
Byte2ByteNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ByteNavigableSet |
descendingKeySet() |
Byte2ByteNavigableMap |
descendingMap() |
Byte2ByteMap.Entry |
firstEntry() |
Byte2ByteMap.Entry |
floorEntry(byte key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Byte2ByteMap.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.
|
Byte2ByteNavigableMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2ByteNavigableMap |
headMap(java.lang.Byte toKey)
Deprecated.
|
Byte2ByteNavigableMap |
headMap(byte toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2ByteNavigableMap |
headMap(java.lang.Byte toKey,
boolean inclusive)
Deprecated.
|
Byte2ByteMap.Entry |
higherEntry(byte key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Byte2ByteMap.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() |
Byte2ByteMap.Entry |
lastEntry() |
Byte2ByteMap.Entry |
lowerEntry(byte key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Byte2ByteMap.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() |
Byte2ByteMap.Entry |
pollFirstEntry() |
Byte2ByteMap.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.
|
Byte2ByteNavigableMap |
subMap(byte fromKey,
boolean fromInclusive,
byte toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2ByteNavigableMap |
subMap(java.lang.Byte fromKey,
boolean fromInclusive,
java.lang.Byte toKey,
boolean toInclusive)
Deprecated.
|
Byte2ByteNavigableMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2ByteNavigableMap |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
Byte2ByteNavigableMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2ByteNavigableMap |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
Byte2ByteNavigableMap |
tailMap(byte fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2ByteNavigableMap |
tailMap(java.lang.Byte fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstByteKey, firstByteValue, firstKey, lastByteKey, lastByteValue, lastKey, pollFirstByteKey, pollLastByteKeyaddTo, addToAll, byte2ByteEntrySet, clear, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, size, subFrom, supplyByteIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstByteKey, firstByteValue, firstKey, lastByteKey, lastByteValue, lastKey, pollFirstByteKey, pollLastByteKey, valuesaddTo, addToAll, applyAsByte, builder, byte2ByteEntrySet, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, subFrom, supplyByteIfAbsentandThen, compose, identitypublic Byte2ByteNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>descendingMap in interface Byte2ByteNavigableMappublic ByteNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>navigableKeySet in interface Byte2ByteNavigableMappublic ByteNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>descendingKeySet in interface Byte2ByteNavigableMappublic ByteNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Byte>keySet in interface Byte2ByteMapkeySet in interface Byte2ByteNavigableMapkeySet in interface Byte2ByteSortedMapkeySet in class Byte2ByteMaps.SynchronizedSortedMappublic Byte2ByteMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>firstEntry in interface Byte2ByteNavigableMappublic Byte2ByteMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>lastEntry in interface Byte2ByteNavigableMappublic Byte2ByteMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>pollFirstEntry in interface Byte2ByteNavigableMappublic Byte2ByteMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>pollLastEntry in interface Byte2ByteNavigableMappublic Byte2ByteNavigableMap subMap(byte fromKey, boolean fromInclusive, byte toKey, boolean toInclusive)
Byte2ByteNavigableMapsubMap in interface Byte2ByteNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Byte2ByteNavigableMap headMap(byte toKey, boolean inclusive)
Byte2ByteNavigableMapheadMap in interface Byte2ByteNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Byte2ByteNavigableMap tailMap(byte fromKey, boolean inclusive)
Byte2ByteNavigableMaptailMap in interface Byte2ByteNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Byte2ByteNavigableMap subMap(byte fromKey, byte toKey)
Byte2ByteSortedMapsubMap in interface Byte2ByteNavigableMapsubMap in interface Byte2ByteSortedMapsubMap in class Byte2ByteMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2ByteNavigableMap headMap(byte toKey)
Byte2ByteSortedMapheadMap in interface Byte2ByteNavigableMapheadMap in interface Byte2ByteSortedMapheadMap in class Byte2ByteMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Byte2ByteNavigableMap tailMap(byte fromKey)
Byte2ByteSortedMaptailMap in interface Byte2ByteNavigableMaptailMap in interface Byte2ByteSortedMaptailMap in class Byte2ByteMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic byte lowerKey(byte key)
Byte2ByteNavigableMaplowerKey in interface Byte2ByteNavigableMapkey - that should be compared with.public byte higherKey(byte key)
Byte2ByteNavigableMaphigherKey in interface Byte2ByteNavigableMapkey - that should be compared with.public byte floorKey(byte key)
Byte2ByteNavigableMapfloorKey in interface Byte2ByteNavigableMapkey - that should be compared with.public byte ceilingKey(byte key)
Byte2ByteNavigableMapceilingKey in interface Byte2ByteNavigableMapkey - that should be compared with.public Byte2ByteMap.Entry lowerEntry(byte key)
Byte2ByteNavigableMaplowerEntry in interface Byte2ByteNavigableMapkey - that should be compared with.public Byte2ByteMap.Entry higherEntry(byte key)
Byte2ByteNavigableMaphigherEntry in interface Byte2ByteNavigableMapkey - that should be compared with.public Byte2ByteMap.Entry floorEntry(byte key)
Byte2ByteNavigableMapfloorEntry in interface Byte2ByteNavigableMapkey - that should be compared with.public Byte2ByteMap.Entry ceilingEntry(byte key)
Byte2ByteNavigableMapceilingEntry in interface Byte2ByteNavigableMapkey - that should be compared with.public Byte2ByteNavigableMap copy()
Byte2ByteMapcopy in interface Byte2ByteMapcopy in interface Byte2ByteNavigableMapcopy in interface Byte2ByteSortedMapcopy in class Byte2ByteMaps.SynchronizedSortedMap@Deprecated public Byte2ByteNavigableMap subMap(java.lang.Byte fromKey, boolean fromInclusive, java.lang.Byte toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>subMap in interface Byte2ByteNavigableMap@Deprecated public Byte2ByteNavigableMap headMap(java.lang.Byte toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>headMap in interface Byte2ByteNavigableMap@Deprecated public Byte2ByteNavigableMap tailMap(java.lang.Byte fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>tailMap in interface Byte2ByteNavigableMap@Deprecated public Byte2ByteNavigableMap subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>subMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Byte>subMap in interface Byte2ByteNavigableMapsubMap in interface Byte2ByteSortedMapsubMap in class Byte2ByteMaps.SynchronizedSortedMap@Deprecated public Byte2ByteNavigableMap headMap(java.lang.Byte toKey)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>headMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Byte>headMap in interface Byte2ByteNavigableMapheadMap in interface Byte2ByteSortedMapheadMap in class Byte2ByteMaps.SynchronizedSortedMap@Deprecated public Byte2ByteNavigableMap tailMap(java.lang.Byte fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>tailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Byte>tailMap in interface Byte2ByteNavigableMaptailMap in interface Byte2ByteSortedMaptailMap in class Byte2ByteMaps.SynchronizedSortedMappublic void setDefaultMaxValue(byte e)
Byte2ByteNavigableMapsetDefaultMaxValue in interface Byte2ByteNavigableMape - the new max valuepublic byte getDefaultMaxValue()
Byte2ByteNavigableMapgetDefaultMaxValue in interface Byte2ByteNavigableMappublic void setDefaultMinValue(byte e)
Byte2ByteNavigableMapsetDefaultMinValue in interface Byte2ByteNavigableMape - the new min valuepublic byte getDefaultMinValue()
Byte2ByteNavigableMapgetDefaultMinValue in interface Byte2ByteNavigableMap@Deprecated public java.lang.Byte lowerKey(java.lang.Byte key)
lowerKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>lowerKey in interface Byte2ByteNavigableMap@Deprecated public java.lang.Byte floorKey(java.lang.Byte key)
floorKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>floorKey in interface Byte2ByteNavigableMap@Deprecated public java.lang.Byte ceilingKey(java.lang.Byte key)
ceilingKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>ceilingKey in interface Byte2ByteNavigableMap@Deprecated public java.lang.Byte higherKey(java.lang.Byte key)
higherKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>higherKey in interface Byte2ByteNavigableMap@Deprecated public Byte2ByteMap.Entry lowerEntry(java.lang.Byte key)
lowerEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>lowerEntry in interface Byte2ByteNavigableMap@Deprecated public Byte2ByteMap.Entry floorEntry(java.lang.Byte key)
floorEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>floorEntry in interface Byte2ByteNavigableMap@Deprecated public Byte2ByteMap.Entry ceilingEntry(java.lang.Byte key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>ceilingEntry in interface Byte2ByteNavigableMap@Deprecated public Byte2ByteMap.Entry higherEntry(java.lang.Byte key)
higherEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Byte>higherEntry in interface Byte2ByteNavigableMap