V - the type of elements maintained by this Collectionpublic static class Int2ObjectMaps.UnmodifyableNavigableMap<V> extends Int2ObjectMaps.UnmodifyableSortedMap<V> implements Int2ObjectNavigableMap<V>
AbstractInt2ObjectMap.BasicEntry<V>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2ObjectSortedMap.FastSortedSet<V>Int2ObjectMap.Entry<V>, Int2ObjectMap.FastEntrySet<V>| Modifier and Type | Method and Description |
|---|---|
Int2ObjectMap.Entry<V> |
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() |
Int2ObjectNavigableMap<V> |
descendingMap() |
Int2ObjectMap.Entry<V> |
firstEntry() |
Int2ObjectMap.Entry<V> |
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.
|
Int2ObjectNavigableMap<V> |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2ObjectNavigableMap<V> |
headMap(int toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2ObjectMap.Entry<V> |
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.
|
Int2ObjectMap.Entry<V> |
lastEntry() |
Int2ObjectMap.Entry<V> |
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() |
Int2ObjectMap.Entry<V> |
pollFirstEntry() |
Int2ObjectMap.Entry<V> |
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.
|
Int2ObjectNavigableMap<V> |
subMap(int fromKey,
boolean fromInclusive,
int toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2ObjectNavigableMap<V> |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2ObjectNavigableMap<V> |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2ObjectNavigableMap<V> |
tailMap(int fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstIntKey, firstValue, getAndMoveToFirst, getAndMoveToLast, lastIntKey, lastValue, moveToFirst, moveToLast, pollFirstIntKey, pollLastIntKey, putAndMoveToFirst, putAndMoveToLastgetObject, getOrDefault, int2ObjectEntrySet, keySet, put, putIfAbsent, remInt, remIntOrDefault, remove, valuescompute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, merge, mergeAll, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceObjects, replaceObjects, setDefaultReturnValueclear, containsKey, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, firstIntKey, firstKey, firstValue, getAndMoveToFirst, getAndMoveToLast, keySet, lastIntKey, lastKey, lastValue, moveToFirst, moveToLast, pollFirstIntKey, pollLastIntKey, putAndMoveToFirst, putAndMoveToLast, valuescompute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, entrySet, forEach, forEach, get, getDefaultReturnValue, getObject, getOrDefault, getOrDefault, int2ObjectEntrySet, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remInt, remIntOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValueapplypublic Int2ObjectNavigableMap<V> descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Integer,V>descendingMap in interface Int2ObjectNavigableMap<V>public IntNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Integer,V>navigableKeySet in interface Int2ObjectNavigableMap<V>public IntNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Integer,V>descendingKeySet in interface Int2ObjectNavigableMap<V>public Int2ObjectMap.Entry<V> firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Integer,V>firstEntry in interface Int2ObjectNavigableMap<V>public Int2ObjectMap.Entry<V> lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Integer,V>lastEntry in interface Int2ObjectNavigableMap<V>public Int2ObjectMap.Entry<V> pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Integer,V>pollFirstEntry in interface Int2ObjectNavigableMap<V>public Int2ObjectMap.Entry<V> pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Integer,V>pollLastEntry in interface Int2ObjectNavigableMap<V>public Int2ObjectNavigableMap<V> subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive)
Int2ObjectNavigableMapsubMap in interface Int2ObjectNavigableMap<V>fromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Int2ObjectNavigableMap<V> headMap(int toKey, boolean inclusive)
Int2ObjectNavigableMapheadMap in interface Int2ObjectNavigableMap<V>toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Int2ObjectNavigableMap<V> tailMap(int fromKey, boolean inclusive)
Int2ObjectNavigableMaptailMap in interface Int2ObjectNavigableMap<V>fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Int2ObjectNavigableMap<V> subMap(int fromKey, int toKey)
Int2ObjectSortedMapsubMap in interface Int2ObjectNavigableMap<V>subMap in interface Int2ObjectSortedMap<V>subMap in class Int2ObjectMaps.UnmodifyableSortedMap<V>fromKey - where the submap should starttoKey - where the subMap should endpublic Int2ObjectNavigableMap<V> headMap(int toKey)
Int2ObjectSortedMapheadMap in interface Int2ObjectNavigableMap<V>headMap in interface Int2ObjectSortedMap<V>headMap in class Int2ObjectMaps.UnmodifyableSortedMap<V>toKey - where the headMap should endpublic Int2ObjectNavigableMap<V> tailMap(int fromKey)
Int2ObjectSortedMaptailMap in interface Int2ObjectNavigableMap<V>tailMap in interface Int2ObjectSortedMap<V>tailMap in class Int2ObjectMaps.UnmodifyableSortedMap<V>fromKey - where the TailMap should startpublic void setDefaultMaxValue(int e)
Int2ObjectNavigableMapsetDefaultMaxValue in interface Int2ObjectNavigableMap<V>e - the new max valuepublic int getDefaultMaxValue()
Int2ObjectNavigableMapgetDefaultMaxValue in interface Int2ObjectNavigableMap<V>public void setDefaultMinValue(int e)
Int2ObjectNavigableMapsetDefaultMinValue in interface Int2ObjectNavigableMap<V>e - the new min valuepublic int getDefaultMinValue()
Int2ObjectNavigableMapgetDefaultMinValue in interface Int2ObjectNavigableMap<V>public int lowerKey(int key)
Int2ObjectNavigableMaplowerKey in interface Int2ObjectNavigableMap<V>key - that should be compared with.public int higherKey(int key)
Int2ObjectNavigableMaphigherKey in interface Int2ObjectNavigableMap<V>key - that should be compared with.public int floorKey(int key)
Int2ObjectNavigableMapfloorKey in interface Int2ObjectNavigableMap<V>key - that should be compared with.public int ceilingKey(int key)
Int2ObjectNavigableMapceilingKey in interface Int2ObjectNavigableMap<V>key - that should be compared with.public Int2ObjectMap.Entry<V> lowerEntry(int key)
Int2ObjectNavigableMaplowerEntry in interface Int2ObjectNavigableMap<V>key - that should be compared with.public Int2ObjectMap.Entry<V> higherEntry(int key)
Int2ObjectNavigableMaphigherEntry in interface Int2ObjectNavigableMap<V>key - that should be compared with.public Int2ObjectMap.Entry<V> floorEntry(int key)
Int2ObjectNavigableMapfloorEntry in interface Int2ObjectNavigableMap<V>key - that should be compared with.public Int2ObjectMap.Entry<V> ceilingEntry(int key)
Int2ObjectNavigableMapceilingEntry in interface Int2ObjectNavigableMap<V>key - that should be compared with.