public interface Int2ByteNavigableMap extends Int2ByteSortedMap, java.util.NavigableMap<java.lang.Integer,java.lang.Byte>
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.
|
default Int2ByteMap.Entry |
ceilingEntry(java.lang.Integer key)
Deprecated.
|
int |
ceilingKey(int key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
default 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.
|
default Int2ByteMap.Entry |
floorEntry(java.lang.Integer key)
Deprecated.
|
int |
floorKey(int key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
default 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.
|
default 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
|
default Int2ByteNavigableMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
default Int2ByteNavigableMap |
headMap(java.lang.Integer toKey,
boolean inclusive)
Deprecated.
|
Int2ByteMap.Entry |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
default Int2ByteMap.Entry |
higherEntry(java.lang.Integer key)
Deprecated.
|
int |
higherKey(int key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
default 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.
|
default Int2ByteMap.Entry |
lowerEntry(java.lang.Integer key)
Deprecated.
|
int |
lowerKey(int key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
default 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
|
default Int2ByteNavigableMap |
subMap(java.lang.Integer fromKey,
boolean fromInclusive,
java.lang.Integer toKey,
boolean toInclusive)
Deprecated.
|
default Int2ByteNavigableMap |
subMap(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
default Int2ByteNavigableMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Int2ByteNavigableMap |
synchronize()
Creates a Wrapped NavigableMap that is Synchronized
|
default Int2ByteNavigableMap |
synchronize(java.lang.Object mutex)
Creates a Wrapped NavigableMap that is Synchronized
|
default 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
|
default Int2ByteNavigableMap |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
default Int2ByteNavigableMap |
tailMap(java.lang.Integer fromKey,
boolean inclusive)
Deprecated.
|
default Int2ByteNavigableMap |
unmodifiable()
Creates a Wrapped NavigableMap that is unmodifiable
|
comparator, 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, supplyByteIfAbsentInt2ByteNavigableMap copy()
Int2ByteMapcopy in interface Int2ByteMapcopy in interface Int2ByteSortedMapInt2ByteNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>IntNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>IntNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>Int2ByteMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>Int2ByteMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>Int2ByteMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>Int2ByteMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>IntNavigableSet keySet()
keySet in interface Int2ByteMapkeySet in interface Int2ByteSortedMapkeySet in interface java.util.Map<java.lang.Integer,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Byte>default Int2ByteNavigableMap synchronize()
synchronize in interface Int2ByteMapsynchronize in interface Int2ByteSortedMapInt2ByteMaps.synchronize(speiger.src.collections.ints.maps.interfaces.Int2ByteMap)default Int2ByteNavigableMap synchronize(java.lang.Object mutex)
synchronize in interface Int2ByteMapsynchronize in interface Int2ByteSortedMapmutex - is the controller of the synchronization blockInt2ByteMaps.synchronize(speiger.src.collections.ints.maps.interfaces.Int2ByteMap)default Int2ByteNavigableMap unmodifiable()
unmodifiable in interface Int2ByteMapunmodifiable in interface Int2ByteSortedMapInt2ByteMaps.unmodifiable(speiger.src.collections.ints.maps.interfaces.Int2ByteMap)Int2ByteNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive)
fromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notInt2ByteNavigableMap headMap(int toKey, boolean inclusive)
toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notInt2ByteNavigableMap tailMap(int fromKey, boolean inclusive)
fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notdefault Int2ByteNavigableMap subMap(int fromKey, int toKey)
Int2ByteSortedMapsubMap in interface Int2ByteSortedMapfromKey - where the submap should starttoKey - where the subMap should enddefault Int2ByteNavigableMap headMap(int toKey)
Int2ByteSortedMapheadMap in interface Int2ByteSortedMaptoKey - where the headMap should enddefault Int2ByteNavigableMap tailMap(int fromKey)
Int2ByteSortedMaptailMap in interface Int2ByteSortedMapfromKey - where the TailMap should startvoid setDefaultMaxValue(int e)
e - the new max valueint getDefaultMaxValue()
void setDefaultMinValue(int e)
e - the new min valueint getDefaultMinValue()
int lowerKey(int key)
key - that should be compared with.int higherKey(int key)
key - that should be compared with.int floorKey(int key)
key - that should be compared with.int ceilingKey(int key)
key - that should be compared with.Int2ByteMap.Entry lowerEntry(int key)
key - that should be compared with.Int2ByteMap.Entry higherEntry(int key)
key - that should be compared with.Int2ByteMap.Entry floorEntry(int key)
key - that should be compared with.Int2ByteMap.Entry ceilingEntry(int key)
key - that should be compared with.@Deprecated default java.lang.Integer lowerKey(java.lang.Integer key)
lowerKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>@Deprecated default java.lang.Integer floorKey(java.lang.Integer key)
floorKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>@Deprecated default java.lang.Integer ceilingKey(java.lang.Integer key)
ceilingKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>@Deprecated default java.lang.Integer higherKey(java.lang.Integer key)
higherKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>@Deprecated default Int2ByteMap.Entry lowerEntry(java.lang.Integer key)
lowerEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>@Deprecated default Int2ByteMap.Entry floorEntry(java.lang.Integer key)
floorEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>@Deprecated default Int2ByteMap.Entry ceilingEntry(java.lang.Integer key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>@Deprecated default Int2ByteMap.Entry higherEntry(java.lang.Integer key)
higherEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>@Deprecated default 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>@Deprecated default Int2ByteNavigableMap headMap(java.lang.Integer toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>@Deprecated default Int2ByteNavigableMap tailMap(java.lang.Integer fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>@Deprecated default Int2ByteNavigableMap subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface Int2ByteSortedMapsubMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>subMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Byte>@Deprecated default Int2ByteNavigableMap headMap(java.lang.Integer toKey)
headMap in interface Int2ByteSortedMapheadMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>headMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Byte>@Deprecated default Int2ByteNavigableMap tailMap(java.lang.Integer fromKey)
tailMap in interface Int2ByteSortedMaptailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>tailMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Byte>