V - the type of elements maintained by this Collectionpublic static class Int2ObjectMaps.SynchronizedNavigableMap<V> extends Int2ObjectMaps.SynchronizedSortedMap<V> implements Int2ObjectNavigableMap<V>
AbstractInt2ObjectMap.BasicEntry<V>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2ObjectSortedMap.FastSortedSet<V>Int2ObjectMap.BuilderCache<V>, Int2ObjectMap.Entry<V>, Int2ObjectMap.FastEntrySet<V>, Int2ObjectMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Int2ObjectMap.Entry<V> |
ceilingEntry(int key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Int2ObjectMap.Entry<V> |
ceilingEntry(java.lang.Integer key)
Deprecated.
|
int |
ceilingKey(int key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Integer |
ceilingKey(java.lang.Integer key)
Deprecated.
|
Int2ObjectNavigableMap<V> |
copy()
A Function that does a shallow clone of the Map itself.
|
IntNavigableSet |
descendingKeySet() |
Int2ObjectNavigableMap<V> |
descendingMap() |
Int2ObjectMap.Entry<V> |
firstEntry() |
Int2ObjectMap.Entry<V> |
floorEntry(int key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Int2ObjectMap.Entry<V> |
floorEntry(java.lang.Integer key)
Deprecated.
|
int |
floorKey(int key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
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.
|
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
|
Int2ObjectNavigableMap<V> |
headMap(java.lang.Integer toKey)
Deprecated.
|
Int2ObjectNavigableMap<V> |
headMap(java.lang.Integer toKey,
boolean inclusive)
Deprecated.
|
Int2ObjectMap.Entry<V> |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Int2ObjectMap.Entry<V> |
higherEntry(java.lang.Integer key)
Deprecated.
|
int |
higherKey(int key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Integer |
higherKey(java.lang.Integer key)
Deprecated.
|
IntNavigableSet |
keySet() |
Int2ObjectMap.Entry<V> |
lastEntry() |
Int2ObjectMap.Entry<V> |
lowerEntry(int key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Int2ObjectMap.Entry<V> |
lowerEntry(java.lang.Integer key)
Deprecated.
|
int |
lowerKey(int key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Integer |
lowerKey(java.lang.Integer key)
Deprecated.
|
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(java.lang.Integer fromKey,
boolean fromInclusive,
java.lang.Integer toKey,
boolean toInclusive)
Deprecated.
|
Int2ObjectNavigableMap<V> |
subMap(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
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
|
Int2ObjectNavigableMap<V> |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
Int2ObjectNavigableMap<V> |
tailMap(java.lang.Integer fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstIntKey, firstKey, firstValue, lastIntKey, lastKey, lastValue, pollFirstIntKey, pollLastIntKeyclear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2ObjectEntrySet, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValue, size, supplyIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstIntKey, firstKey, firstValue, lastIntKey, lastKey, lastValue, pollFirstIntKey, pollLastIntKey, valuesbuilder, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2ObjectEntrySet, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValue, supplyIfAbsentapplypublic 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 IntNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Integer,V>keySet in interface java.util.SortedMap<java.lang.Integer,V>keySet in interface Int2ObjectMap<V>keySet in interface Int2ObjectNavigableMap<V>keySet in interface Int2ObjectSortedMap<V>keySet in class Int2ObjectMaps.SynchronizedSortedMap<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.SynchronizedSortedMap<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.SynchronizedSortedMap<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.SynchronizedSortedMap<V>fromKey - where the TailMap should startpublic 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.public Int2ObjectNavigableMap<V> copy()
Int2ObjectMapcopy in interface Int2ObjectMap<V>copy in interface Int2ObjectNavigableMap<V>copy in interface Int2ObjectSortedMap<V>copy in class Int2ObjectMaps.SynchronizedSortedMap<V>@Deprecated public Int2ObjectNavigableMap<V> subMap(java.lang.Integer fromKey, boolean fromInclusive, java.lang.Integer toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Integer,V>subMap in interface Int2ObjectNavigableMap<V>@Deprecated public Int2ObjectNavigableMap<V> headMap(java.lang.Integer toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Integer,V>headMap in interface Int2ObjectNavigableMap<V>@Deprecated public Int2ObjectNavigableMap<V> tailMap(java.lang.Integer fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Integer,V>tailMap in interface Int2ObjectNavigableMap<V>@Deprecated public Int2ObjectNavigableMap<V> subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface java.util.NavigableMap<java.lang.Integer,V>subMap in interface java.util.SortedMap<java.lang.Integer,V>subMap in interface Int2ObjectNavigableMap<V>subMap in interface Int2ObjectSortedMap<V>subMap in class Int2ObjectMaps.SynchronizedSortedMap<V>@Deprecated public Int2ObjectNavigableMap<V> headMap(java.lang.Integer toKey)
headMap in interface java.util.NavigableMap<java.lang.Integer,V>headMap in interface java.util.SortedMap<java.lang.Integer,V>headMap in interface Int2ObjectNavigableMap<V>headMap in interface Int2ObjectSortedMap<V>headMap in class Int2ObjectMaps.SynchronizedSortedMap<V>@Deprecated public Int2ObjectNavigableMap<V> tailMap(java.lang.Integer fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Integer,V>tailMap in interface java.util.SortedMap<java.lang.Integer,V>tailMap in interface Int2ObjectNavigableMap<V>tailMap in interface Int2ObjectSortedMap<V>tailMap in class Int2ObjectMaps.SynchronizedSortedMap<V>public 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>@Deprecated public java.lang.Integer lowerKey(java.lang.Integer key)
lowerKey in interface java.util.NavigableMap<java.lang.Integer,V>lowerKey in interface Int2ObjectNavigableMap<V>@Deprecated public java.lang.Integer floorKey(java.lang.Integer key)
floorKey in interface java.util.NavigableMap<java.lang.Integer,V>floorKey in interface Int2ObjectNavigableMap<V>@Deprecated public java.lang.Integer ceilingKey(java.lang.Integer key)
ceilingKey in interface java.util.NavigableMap<java.lang.Integer,V>ceilingKey in interface Int2ObjectNavigableMap<V>@Deprecated public java.lang.Integer higherKey(java.lang.Integer key)
higherKey in interface java.util.NavigableMap<java.lang.Integer,V>higherKey in interface Int2ObjectNavigableMap<V>@Deprecated public Int2ObjectMap.Entry<V> lowerEntry(java.lang.Integer key)
lowerEntry in interface java.util.NavigableMap<java.lang.Integer,V>lowerEntry in interface Int2ObjectNavigableMap<V>@Deprecated public Int2ObjectMap.Entry<V> floorEntry(java.lang.Integer key)
floorEntry in interface java.util.NavigableMap<java.lang.Integer,V>floorEntry in interface Int2ObjectNavigableMap<V>@Deprecated public Int2ObjectMap.Entry<V> ceilingEntry(java.lang.Integer key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Integer,V>ceilingEntry in interface Int2ObjectNavigableMap<V>@Deprecated public Int2ObjectMap.Entry<V> higherEntry(java.lang.Integer key)
higherEntry in interface java.util.NavigableMap<java.lang.Integer,V>higherEntry in interface Int2ObjectNavigableMap<V>