public static class Byte2LongMaps.SynchronizedNavigableMap extends Byte2LongMaps.SynchronizedSortedMap implements Byte2LongNavigableMap
AbstractByte2LongMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2LongSortedMap.FastSortedSetByte2LongMap.BuilderCache, Byte2LongMap.Entry, Byte2LongMap.FastEntrySet, Byte2LongMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Byte2LongMap.Entry |
ceilingEntry(byte key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Byte2LongMap.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.
|
Byte2LongNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ByteNavigableSet |
descendingKeySet() |
Byte2LongNavigableMap |
descendingMap() |
Byte2LongMap.Entry |
firstEntry() |
Byte2LongMap.Entry |
floorEntry(byte key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Byte2LongMap.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.
|
Byte2LongNavigableMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2LongNavigableMap |
headMap(java.lang.Byte toKey)
Deprecated.
|
Byte2LongNavigableMap |
headMap(byte toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2LongNavigableMap |
headMap(java.lang.Byte toKey,
boolean inclusive)
Deprecated.
|
Byte2LongMap.Entry |
higherEntry(byte key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Byte2LongMap.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() |
Byte2LongMap.Entry |
lastEntry() |
Byte2LongMap.Entry |
lowerEntry(byte key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Byte2LongMap.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() |
Byte2LongMap.Entry |
pollFirstEntry() |
Byte2LongMap.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.
|
Byte2LongNavigableMap |
subMap(byte fromKey,
boolean fromInclusive,
byte toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2LongNavigableMap |
subMap(java.lang.Byte fromKey,
boolean fromInclusive,
java.lang.Byte toKey,
boolean toInclusive)
Deprecated.
|
Byte2LongNavigableMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2LongNavigableMap |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
Byte2LongNavigableMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2LongNavigableMap |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
Byte2LongNavigableMap |
tailMap(byte fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2LongNavigableMap |
tailMap(java.lang.Byte fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstByteKey, firstKey, firstLongValue, lastByteKey, lastKey, lastLongValue, pollFirstByteKey, pollLastByteKeyaddTo, addToAll, byte2LongEntrySet, clear, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, size, subFrom, supplyLongIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstByteKey, firstKey, firstLongValue, lastByteKey, lastKey, lastLongValue, pollFirstByteKey, pollLastByteKey, valuesaddTo, addToAll, builder, byte2LongEntrySet, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, subFrom, supplyLongIfAbsentpublic Byte2LongNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>descendingMap in interface Byte2LongNavigableMappublic ByteNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>navigableKeySet in interface Byte2LongNavigableMappublic ByteNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>descendingKeySet in interface Byte2LongNavigableMappublic ByteNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Long>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Long>keySet in interface Byte2LongMapkeySet in interface Byte2LongNavigableMapkeySet in interface Byte2LongSortedMapkeySet in class Byte2LongMaps.SynchronizedSortedMappublic Byte2LongMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>firstEntry in interface Byte2LongNavigableMappublic Byte2LongMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>lastEntry in interface Byte2LongNavigableMappublic Byte2LongMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>pollFirstEntry in interface Byte2LongNavigableMappublic Byte2LongMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>pollLastEntry in interface Byte2LongNavigableMappublic Byte2LongNavigableMap subMap(byte fromKey, boolean fromInclusive, byte toKey, boolean toInclusive)
Byte2LongNavigableMapsubMap in interface Byte2LongNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Byte2LongNavigableMap headMap(byte toKey, boolean inclusive)
Byte2LongNavigableMapheadMap in interface Byte2LongNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Byte2LongNavigableMap tailMap(byte fromKey, boolean inclusive)
Byte2LongNavigableMaptailMap in interface Byte2LongNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Byte2LongNavigableMap subMap(byte fromKey, byte toKey)
Byte2LongSortedMapsubMap in interface Byte2LongNavigableMapsubMap in interface Byte2LongSortedMapsubMap in class Byte2LongMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2LongNavigableMap headMap(byte toKey)
Byte2LongSortedMapheadMap in interface Byte2LongNavigableMapheadMap in interface Byte2LongSortedMapheadMap in class Byte2LongMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Byte2LongNavigableMap tailMap(byte fromKey)
Byte2LongSortedMaptailMap in interface Byte2LongNavigableMaptailMap in interface Byte2LongSortedMaptailMap in class Byte2LongMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic byte lowerKey(byte key)
Byte2LongNavigableMaplowerKey in interface Byte2LongNavigableMapkey - that should be compared with.public byte higherKey(byte key)
Byte2LongNavigableMaphigherKey in interface Byte2LongNavigableMapkey - that should be compared with.public byte floorKey(byte key)
Byte2LongNavigableMapfloorKey in interface Byte2LongNavigableMapkey - that should be compared with.public byte ceilingKey(byte key)
Byte2LongNavigableMapceilingKey in interface Byte2LongNavigableMapkey - that should be compared with.public Byte2LongMap.Entry lowerEntry(byte key)
Byte2LongNavigableMaplowerEntry in interface Byte2LongNavigableMapkey - that should be compared with.public Byte2LongMap.Entry higherEntry(byte key)
Byte2LongNavigableMaphigherEntry in interface Byte2LongNavigableMapkey - that should be compared with.public Byte2LongMap.Entry floorEntry(byte key)
Byte2LongNavigableMapfloorEntry in interface Byte2LongNavigableMapkey - that should be compared with.public Byte2LongMap.Entry ceilingEntry(byte key)
Byte2LongNavigableMapceilingEntry in interface Byte2LongNavigableMapkey - that should be compared with.public Byte2LongNavigableMap copy()
Byte2LongMapcopy in interface Byte2LongMapcopy in interface Byte2LongNavigableMapcopy in interface Byte2LongSortedMapcopy in class Byte2LongMaps.SynchronizedSortedMap@Deprecated public Byte2LongNavigableMap subMap(java.lang.Byte fromKey, boolean fromInclusive, java.lang.Byte toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>subMap in interface Byte2LongNavigableMap@Deprecated public Byte2LongNavigableMap headMap(java.lang.Byte toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>headMap in interface Byte2LongNavigableMap@Deprecated public Byte2LongNavigableMap tailMap(java.lang.Byte fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>tailMap in interface Byte2LongNavigableMap@Deprecated public Byte2LongNavigableMap subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>subMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Long>subMap in interface Byte2LongNavigableMapsubMap in interface Byte2LongSortedMapsubMap in class Byte2LongMaps.SynchronizedSortedMap@Deprecated public Byte2LongNavigableMap headMap(java.lang.Byte toKey)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>headMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Long>headMap in interface Byte2LongNavigableMapheadMap in interface Byte2LongSortedMapheadMap in class Byte2LongMaps.SynchronizedSortedMap@Deprecated public Byte2LongNavigableMap tailMap(java.lang.Byte fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>tailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Long>tailMap in interface Byte2LongNavigableMaptailMap in interface Byte2LongSortedMaptailMap in class Byte2LongMaps.SynchronizedSortedMappublic void setDefaultMaxValue(byte e)
Byte2LongNavigableMapsetDefaultMaxValue in interface Byte2LongNavigableMape - the new max valuepublic byte getDefaultMaxValue()
Byte2LongNavigableMapgetDefaultMaxValue in interface Byte2LongNavigableMappublic void setDefaultMinValue(byte e)
Byte2LongNavigableMapsetDefaultMinValue in interface Byte2LongNavigableMape - the new min valuepublic byte getDefaultMinValue()
Byte2LongNavigableMapgetDefaultMinValue in interface Byte2LongNavigableMap@Deprecated public java.lang.Byte lowerKey(java.lang.Byte key)
lowerKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>lowerKey in interface Byte2LongNavigableMap@Deprecated public java.lang.Byte floorKey(java.lang.Byte key)
floorKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>floorKey in interface Byte2LongNavigableMap@Deprecated public java.lang.Byte ceilingKey(java.lang.Byte key)
ceilingKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>ceilingKey in interface Byte2LongNavigableMap@Deprecated public java.lang.Byte higherKey(java.lang.Byte key)
higherKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>higherKey in interface Byte2LongNavigableMap@Deprecated public Byte2LongMap.Entry lowerEntry(java.lang.Byte key)
lowerEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>lowerEntry in interface Byte2LongNavigableMap@Deprecated public Byte2LongMap.Entry floorEntry(java.lang.Byte key)
floorEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>floorEntry in interface Byte2LongNavigableMap@Deprecated public Byte2LongMap.Entry ceilingEntry(java.lang.Byte key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>ceilingEntry in interface Byte2LongNavigableMap@Deprecated public Byte2LongMap.Entry higherEntry(java.lang.Byte key)
higherEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Long>higherEntry in interface Byte2LongNavigableMap