public static class Int2ByteMaps.SynchronizedNavigableMap extends Int2ByteMaps.SynchronizedSortedMap implements Int2ByteNavigableMap
AbstractInt2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2ByteSortedMap.FastSortedSetInt2ByteMap.BuilderCache, Int2ByteMap.Entry, Int2ByteMap.FastEntrySet, Int2ByteMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Int2ByteMap.Entry |
ceilingEntry(int key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Int2ByteMap.Entry |
ceilingEntry(java.lang.Integer key)
Deprecated.
|
int |
ceilingKey(int key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Integer |
ceilingKey(java.lang.Integer key)
Deprecated.
|
Int2ByteNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
IntNavigableSet |
descendingKeySet() |
Int2ByteNavigableMap |
descendingMap() |
Int2ByteMap.Entry |
firstEntry() |
Int2ByteMap.Entry |
floorEntry(int key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Int2ByteMap.Entry |
floorEntry(java.lang.Integer key)
Deprecated.
|
int |
floorKey(int key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Integer |
floorKey(java.lang.Integer key)
Deprecated.
|
int |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
int |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Int2ByteNavigableMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2ByteNavigableMap |
headMap(int toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2ByteNavigableMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
Int2ByteNavigableMap |
headMap(java.lang.Integer toKey,
boolean inclusive)
Deprecated.
|
Int2ByteMap.Entry |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Int2ByteMap.Entry |
higherEntry(java.lang.Integer key)
Deprecated.
|
int |
higherKey(int key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Integer |
higherKey(java.lang.Integer key)
Deprecated.
|
IntNavigableSet |
keySet() |
Int2ByteMap.Entry |
lastEntry() |
Int2ByteMap.Entry |
lowerEntry(int key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Int2ByteMap.Entry |
lowerEntry(java.lang.Integer key)
Deprecated.
|
int |
lowerKey(int key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Integer |
lowerKey(java.lang.Integer key)
Deprecated.
|
IntNavigableSet |
navigableKeySet() |
Int2ByteMap.Entry |
pollFirstEntry() |
Int2ByteMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(int e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(int e)
A Helper method to set the min value for SubMaps.
|
Int2ByteNavigableMap |
subMap(int fromKey,
boolean fromInclusive,
int toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2ByteNavigableMap |
subMap(java.lang.Integer fromKey,
boolean fromInclusive,
java.lang.Integer toKey,
boolean toInclusive)
Deprecated.
|
Int2ByteNavigableMap |
subMap(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
Int2ByteNavigableMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2ByteNavigableMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2ByteNavigableMap |
tailMap(int fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2ByteNavigableMap |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
Int2ByteNavigableMap |
tailMap(java.lang.Integer fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstByteValue, firstIntKey, firstKey, lastByteValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKeyaddTo, addToAll, clear, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2ByteEntrySet, 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, firstByteValue, firstIntKey, firstKey, lastByteValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKey, valuesaddTo, addToAll, applyAsByte, builder, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2ByteEntrySet, 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, supplyByteIfAbsentpublic Int2ByteNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>descendingMap in interface Int2ByteNavigableMappublic IntNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>navigableKeySet in interface Int2ByteNavigableMappublic IntNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>descendingKeySet in interface Int2ByteNavigableMappublic IntNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Integer,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Byte>keySet in interface Int2ByteMapkeySet in interface Int2ByteNavigableMapkeySet in interface Int2ByteSortedMapkeySet in class Int2ByteMaps.SynchronizedSortedMappublic Int2ByteMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>firstEntry in interface Int2ByteNavigableMappublic Int2ByteMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>lastEntry in interface Int2ByteNavigableMappublic Int2ByteMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>pollFirstEntry in interface Int2ByteNavigableMappublic Int2ByteMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>pollLastEntry in interface Int2ByteNavigableMappublic Int2ByteNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive)
Int2ByteNavigableMapsubMap in interface Int2ByteNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Int2ByteNavigableMap headMap(int toKey, boolean inclusive)
Int2ByteNavigableMapheadMap in interface Int2ByteNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Int2ByteNavigableMap tailMap(int fromKey, boolean inclusive)
Int2ByteNavigableMaptailMap in interface Int2ByteNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Int2ByteNavigableMap subMap(int fromKey, int toKey)
Int2ByteSortedMapsubMap in interface Int2ByteNavigableMapsubMap in interface Int2ByteSortedMapsubMap in class Int2ByteMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2ByteNavigableMap headMap(int toKey)
Int2ByteSortedMapheadMap in interface Int2ByteNavigableMapheadMap in interface Int2ByteSortedMapheadMap in class Int2ByteMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Int2ByteNavigableMap tailMap(int fromKey)
Int2ByteSortedMaptailMap in interface Int2ByteNavigableMaptailMap in interface Int2ByteSortedMaptailMap in class Int2ByteMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic int lowerKey(int key)
Int2ByteNavigableMaplowerKey in interface Int2ByteNavigableMapkey - that should be compared with.public int higherKey(int key)
Int2ByteNavigableMaphigherKey in interface Int2ByteNavigableMapkey - that should be compared with.public int floorKey(int key)
Int2ByteNavigableMapfloorKey in interface Int2ByteNavigableMapkey - that should be compared with.public int ceilingKey(int key)
Int2ByteNavigableMapceilingKey in interface Int2ByteNavigableMapkey - that should be compared with.public Int2ByteMap.Entry lowerEntry(int key)
Int2ByteNavigableMaplowerEntry in interface Int2ByteNavigableMapkey - that should be compared with.public Int2ByteMap.Entry higherEntry(int key)
Int2ByteNavigableMaphigherEntry in interface Int2ByteNavigableMapkey - that should be compared with.public Int2ByteMap.Entry floorEntry(int key)
Int2ByteNavigableMapfloorEntry in interface Int2ByteNavigableMapkey - that should be compared with.public Int2ByteMap.Entry ceilingEntry(int key)
Int2ByteNavigableMapceilingEntry in interface Int2ByteNavigableMapkey - that should be compared with.public Int2ByteNavigableMap copy()
Int2ByteMapcopy in interface Int2ByteMapcopy in interface Int2ByteNavigableMapcopy in interface Int2ByteSortedMapcopy in class Int2ByteMaps.SynchronizedSortedMap@Deprecated public Int2ByteNavigableMap subMap(java.lang.Integer fromKey, boolean fromInclusive, java.lang.Integer toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>subMap in interface Int2ByteNavigableMap@Deprecated public Int2ByteNavigableMap headMap(java.lang.Integer toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>headMap in interface Int2ByteNavigableMap@Deprecated public Int2ByteNavigableMap tailMap(java.lang.Integer fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>tailMap in interface Int2ByteNavigableMap@Deprecated public Int2ByteNavigableMap subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>subMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Byte>subMap in interface Int2ByteNavigableMapsubMap in interface Int2ByteSortedMapsubMap in class Int2ByteMaps.SynchronizedSortedMap@Deprecated public Int2ByteNavigableMap headMap(java.lang.Integer toKey)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>headMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Byte>headMap in interface Int2ByteNavigableMapheadMap in interface Int2ByteSortedMapheadMap in class Int2ByteMaps.SynchronizedSortedMap@Deprecated public Int2ByteNavigableMap tailMap(java.lang.Integer fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>tailMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Byte>tailMap in interface Int2ByteNavigableMaptailMap in interface Int2ByteSortedMaptailMap in class Int2ByteMaps.SynchronizedSortedMappublic void setDefaultMaxValue(int e)
Int2ByteNavigableMapsetDefaultMaxValue in interface Int2ByteNavigableMape - the new max valuepublic int getDefaultMaxValue()
Int2ByteNavigableMapgetDefaultMaxValue in interface Int2ByteNavigableMappublic void setDefaultMinValue(int e)
Int2ByteNavigableMapsetDefaultMinValue in interface Int2ByteNavigableMape - the new min valuepublic int getDefaultMinValue()
Int2ByteNavigableMapgetDefaultMinValue in interface Int2ByteNavigableMap@Deprecated public java.lang.Integer lowerKey(java.lang.Integer key)
lowerKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>lowerKey in interface Int2ByteNavigableMap@Deprecated public java.lang.Integer floorKey(java.lang.Integer key)
floorKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>floorKey in interface Int2ByteNavigableMap@Deprecated public java.lang.Integer ceilingKey(java.lang.Integer key)
ceilingKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>ceilingKey in interface Int2ByteNavigableMap@Deprecated public java.lang.Integer higherKey(java.lang.Integer key)
higherKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>higherKey in interface Int2ByteNavigableMap@Deprecated public Int2ByteMap.Entry lowerEntry(java.lang.Integer key)
lowerEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>lowerEntry in interface Int2ByteNavigableMap@Deprecated public Int2ByteMap.Entry floorEntry(java.lang.Integer key)
floorEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>floorEntry in interface Int2ByteNavigableMap@Deprecated public Int2ByteMap.Entry ceilingEntry(java.lang.Integer key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>ceilingEntry in interface Int2ByteNavigableMap@Deprecated public Int2ByteMap.Entry higherEntry(java.lang.Integer key)
higherEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>higherEntry in interface Int2ByteNavigableMap