public static class Int2IntMaps.UnmodifyableNavigableMap extends Int2IntMaps.UnmodifyableSortedMap implements Int2IntNavigableMap
AbstractInt2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2IntSortedMap.FastSortedSetInt2IntMap.Entry, Int2IntMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Int2IntMap.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.
|
IntNavigableSet |
descendingKeySet() |
Int2IntNavigableMap |
descendingMap() |
Int2IntMap.Entry |
firstEntry() |
Int2IntMap.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.
|
Int2IntNavigableMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2IntNavigableMap |
headMap(int toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2IntMap.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.
|
Int2IntMap.Entry |
lastEntry() |
Int2IntMap.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() |
Int2IntMap.Entry |
pollFirstEntry() |
Int2IntMap.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.
|
Int2IntNavigableMap |
subMap(int fromKey,
boolean fromInclusive,
int toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2IntNavigableMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2IntNavigableMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2IntNavigableMap |
tailMap(int fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstIntKey, firstIntValue, getAndMoveToFirst, getAndMoveToLast, lastIntKey, lastIntValue, moveToFirst, moveToLast, pollFirstIntKey, pollLastIntKey, putAndMoveToFirst, putAndMoveToLastaddTo, getInt, getOrDefault, int2IntEntrySet, keySet, put, putIfAbsent, remInt, remIntOrDefault, remove, valuesaddToAll, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllInt, mergeInt, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceInts, replaceInts, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, firstIntKey, firstIntValue, firstKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastIntKey, lastIntValue, lastKey, moveToFirst, moveToLast, pollFirstIntKey, pollLastIntKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getInt, getOrDefault, getOrDefault, int2IntEntrySet, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remInt, remIntOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValueapplyAsIntpublic Int2IntNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>descendingMap in interface Int2IntNavigableMappublic IntNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>navigableKeySet in interface Int2IntNavigableMappublic IntNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>descendingKeySet in interface Int2IntNavigableMappublic Int2IntMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>firstEntry in interface Int2IntNavigableMappublic Int2IntMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>lastEntry in interface Int2IntNavigableMappublic Int2IntMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>pollFirstEntry in interface Int2IntNavigableMappublic Int2IntMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>pollLastEntry in interface Int2IntNavigableMappublic Int2IntNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive)
Int2IntNavigableMapsubMap in interface Int2IntNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Int2IntNavigableMap headMap(int toKey, boolean inclusive)
Int2IntNavigableMapheadMap in interface Int2IntNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Int2IntNavigableMap tailMap(int fromKey, boolean inclusive)
Int2IntNavigableMaptailMap in interface Int2IntNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Int2IntNavigableMap subMap(int fromKey, int toKey)
Int2IntSortedMapsubMap in interface Int2IntNavigableMapsubMap in interface Int2IntSortedMapsubMap in class Int2IntMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2IntNavigableMap headMap(int toKey)
Int2IntSortedMapheadMap in interface Int2IntNavigableMapheadMap in interface Int2IntSortedMapheadMap in class Int2IntMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Int2IntNavigableMap tailMap(int fromKey)
Int2IntSortedMaptailMap in interface Int2IntNavigableMaptailMap in interface Int2IntSortedMaptailMap in class Int2IntMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(int e)
Int2IntNavigableMapsetDefaultMaxValue in interface Int2IntNavigableMape - the new max valuepublic int getDefaultMaxValue()
Int2IntNavigableMapgetDefaultMaxValue in interface Int2IntNavigableMappublic void setDefaultMinValue(int e)
Int2IntNavigableMapsetDefaultMinValue in interface Int2IntNavigableMape - the new min valuepublic int getDefaultMinValue()
Int2IntNavigableMapgetDefaultMinValue in interface Int2IntNavigableMappublic int lowerKey(int key)
Int2IntNavigableMaplowerKey in interface Int2IntNavigableMapkey - that should be compared with.public int higherKey(int key)
Int2IntNavigableMaphigherKey in interface Int2IntNavigableMapkey - that should be compared with.public int floorKey(int key)
Int2IntNavigableMapfloorKey in interface Int2IntNavigableMapkey - that should be compared with.public int ceilingKey(int key)
Int2IntNavigableMapceilingKey in interface Int2IntNavigableMapkey - that should be compared with.public Int2IntMap.Entry lowerEntry(int key)
Int2IntNavigableMaplowerEntry in interface Int2IntNavigableMapkey - that should be compared with.public Int2IntMap.Entry higherEntry(int key)
Int2IntNavigableMaphigherEntry in interface Int2IntNavigableMapkey - that should be compared with.public Int2IntMap.Entry floorEntry(int key)
Int2IntNavigableMapfloorEntry in interface Int2IntNavigableMapkey - that should be compared with.public Int2IntMap.Entry ceilingEntry(int key)
Int2IntNavigableMapceilingEntry in interface Int2IntNavigableMapkey - that should be compared with.