public static class Int2ByteMaps.UnmodifyableNavigableMap extends Int2ByteMaps.UnmodifyableSortedMap 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.
|
int |
ceilingKey(int key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
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.
|
int |
floorKey(int key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
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
|
Int2ByteMap.Entry |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
int |
higherKey(int key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
IntNavigableSet |
keySet() |
Int2ByteMap.Entry |
lastEntry() |
Int2ByteMap.Entry |
lowerEntry(int key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
int |
lowerKey(int key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
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(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
|
comparator, firstByteValue, firstIntKey, lastByteValue, lastIntKey, pollFirstIntKey, pollLastIntKeyaddTo, clear, computeByte, computeByteIfAbsent, computeByteIfPresent, get, getOrDefault, int2ByteEntrySet, mergeAllByte, mergeByte, put, putIfAbsent, remove, remove, removeOrDefault, replaceBytes, replaceBytes, subFrom, supplyByteIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiablecomparator, firstByteValue, firstIntKey, firstKey, lastByteValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKey, valuesaddTo, addToAll, 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, 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 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.UnmodifyableSortedMappublic IntNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Byte>descendingKeySet in interface Int2ByteNavigableMappublic 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.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2ByteNavigableMap headMap(int toKey)
Int2ByteSortedMapheadMap in interface Int2ByteNavigableMapheadMap in interface Int2ByteSortedMapheadMap in class Int2ByteMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Int2ByteNavigableMap tailMap(int fromKey)
Int2ByteSortedMaptailMap in interface Int2ByteNavigableMaptailMap in interface Int2ByteSortedMaptailMap in class Int2ByteMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic 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 Int2ByteNavigableMappublic 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.UnmodifyableSortedMap