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.BuilderCache, Int2IntMap.Entry, Int2IntMap.FastEntrySet, Int2IntMap.MapBuilder| 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.
|
Int2IntNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
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.
|
IntNavigableSet |
keySet() |
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, lastIntKey, lastIntValue, pollFirstIntKey, pollLastIntKeyaddTo, clear, computeInt, computeIntIfAbsent, computeIntIfPresent, get, getOrDefault, int2IntEntrySet, mergeAllInt, mergeInt, put, putIfAbsent, remove, remove, removeOrDefault, replaceInts, replaceInts, subFrom, supplyIntIfAbsent, 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, firstIntKey, firstIntValue, firstKey, lastIntKey, lastIntValue, lastKey, pollFirstIntKey, pollLastIntKey, valuesaddTo, addToAll, builder, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2IntEntrySet, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, subFrom, supplyIntIfAbsentapplyAsIntpublic 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 keySet()
keySet in interface java.util.Map<java.lang.Integer,java.lang.Integer>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Integer>keySet in interface Int2IntMapkeySet in interface Int2IntNavigableMapkeySet in interface Int2IntSortedMapkeySet in class Int2IntMaps.UnmodifyableSortedMappublic 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.public Int2IntNavigableMap copy()
Int2IntMapcopy in interface Int2IntMapcopy in interface Int2IntNavigableMapcopy in interface Int2IntSortedMapcopy in class Int2IntMaps.UnmodifyableSortedMap