public static class Int2IntMaps.SynchronizedNavigableMap extends Int2IntMaps.SynchronizedSortedMap 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.
|
Int2IntMap.Entry |
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.
|
IntNavigableSet |
descendingKeySet() |
Int2IntNavigableMap |
descendingMap() |
Int2IntMap.Entry |
firstEntry() |
Int2IntMap.Entry |
floorEntry(int key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Int2IntMap.Entry |
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.
|
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
|
Int2IntNavigableMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
Int2IntNavigableMap |
headMap(java.lang.Integer toKey,
boolean inclusive)
Deprecated.
|
Int2IntMap.Entry |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Int2IntMap.Entry |
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.
|
Int2IntMap.Entry |
lastEntry() |
Int2IntMap.Entry |
lowerEntry(int key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Int2IntMap.Entry |
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() |
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(java.lang.Integer fromKey,
boolean fromInclusive,
java.lang.Integer toKey,
boolean toInclusive)
Deprecated.
|
Int2IntNavigableMap |
subMap(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
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
|
Int2IntNavigableMap |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
Int2IntNavigableMap |
tailMap(java.lang.Integer fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstIntKey, firstIntValue, firstKey, getAndMoveToFirst, getAndMoveToLast, lastIntKey, lastIntValue, lastKey, moveToFirst, moveToLast, pollFirstIntKey, pollLastIntKey, putAndMoveToFirst, putAndMoveToLastaddTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, getDefaultReturnValue, getInt, getOrDefault, getOrDefault, int2IntEntrySet, keySet, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remInt, remIntOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, size, valuesentrySet, equals, hashCodecomparator, 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.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2IntNavigableMap headMap(int toKey)
Int2IntSortedMapheadMap in interface Int2IntNavigableMapheadMap in interface Int2IntSortedMapheadMap in class Int2IntMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Int2IntNavigableMap tailMap(int fromKey)
Int2IntSortedMaptailMap in interface Int2IntNavigableMaptailMap in interface Int2IntSortedMaptailMap in class Int2IntMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic 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.@Deprecated public Int2IntNavigableMap subMap(java.lang.Integer fromKey, boolean fromInclusive, java.lang.Integer toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>subMap in interface Int2IntNavigableMap@Deprecated public Int2IntNavigableMap headMap(java.lang.Integer toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>headMap in interface Int2IntNavigableMap@Deprecated public Int2IntNavigableMap tailMap(java.lang.Integer fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>tailMap in interface Int2IntNavigableMap@Deprecated public Int2IntNavigableMap subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>subMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Integer>subMap in interface Int2IntNavigableMapsubMap in interface Int2IntSortedMapsubMap in class Int2IntMaps.SynchronizedSortedMap@Deprecated public Int2IntNavigableMap headMap(java.lang.Integer toKey)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>headMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Integer>headMap in interface Int2IntNavigableMapheadMap in interface Int2IntSortedMapheadMap in class Int2IntMaps.SynchronizedSortedMap@Deprecated public Int2IntNavigableMap tailMap(java.lang.Integer fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>tailMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Integer>tailMap in interface Int2IntNavigableMaptailMap in interface Int2IntSortedMaptailMap in class Int2IntMaps.SynchronizedSortedMappublic 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 Int2IntNavigableMap@Deprecated public java.lang.Integer lowerKey(java.lang.Integer key)
lowerKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>lowerKey in interface Int2IntNavigableMap@Deprecated public java.lang.Integer floorKey(java.lang.Integer key)
floorKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>floorKey in interface Int2IntNavigableMap@Deprecated public java.lang.Integer ceilingKey(java.lang.Integer key)
ceilingKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>ceilingKey in interface Int2IntNavigableMap@Deprecated public java.lang.Integer higherKey(java.lang.Integer key)
higherKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>higherKey in interface Int2IntNavigableMap@Deprecated public Int2IntMap.Entry lowerEntry(java.lang.Integer key)
lowerEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>lowerEntry in interface Int2IntNavigableMap@Deprecated public Int2IntMap.Entry floorEntry(java.lang.Integer key)
floorEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>floorEntry in interface Int2IntNavigableMap@Deprecated public Int2IntMap.Entry ceilingEntry(java.lang.Integer key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>ceilingEntry in interface Int2IntNavigableMap@Deprecated public Int2IntMap.Entry higherEntry(java.lang.Integer key)
higherEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Integer>higherEntry in interface Int2IntNavigableMap