public static class Int2BooleanMaps.SynchronizedNavigableMap extends Int2BooleanMaps.SynchronizedSortedMap implements Int2BooleanNavigableMap
AbstractInt2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2BooleanSortedMap.FastSortedSetInt2BooleanMap.Entry, Int2BooleanMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Int2BooleanMap.Entry |
ceilingEntry(int key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Int2BooleanMap.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() |
Int2BooleanNavigableMap |
descendingMap() |
Int2BooleanMap.Entry |
firstEntry() |
Int2BooleanMap.Entry |
floorEntry(int key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Int2BooleanMap.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.
|
Int2BooleanNavigableMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2BooleanNavigableMap |
headMap(int toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2BooleanNavigableMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
Int2BooleanNavigableMap |
headMap(java.lang.Integer toKey,
boolean inclusive)
Deprecated.
|
Int2BooleanMap.Entry |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Int2BooleanMap.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.
|
Int2BooleanMap.Entry |
lastEntry() |
Int2BooleanMap.Entry |
lowerEntry(int key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Int2BooleanMap.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() |
Int2BooleanMap.Entry |
pollFirstEntry() |
Int2BooleanMap.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.
|
Int2BooleanNavigableMap |
subMap(int fromKey,
boolean fromInclusive,
int toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2BooleanNavigableMap |
subMap(java.lang.Integer fromKey,
boolean fromInclusive,
java.lang.Integer toKey,
boolean toInclusive)
Deprecated.
|
Int2BooleanNavigableMap |
subMap(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
Int2BooleanNavigableMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2BooleanNavigableMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2BooleanNavigableMap |
tailMap(int fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2BooleanNavigableMap |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
Int2BooleanNavigableMap |
tailMap(java.lang.Integer fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstBooleanValue, firstIntKey, firstKey, getAndMoveToFirst, getAndMoveToLast, lastBooleanValue, lastIntKey, lastKey, moveToFirst, moveToLast, pollFirstIntKey, pollLastIntKey, putAndMoveToFirst, putAndMoveToLastclear, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, getBoolean, getDefaultReturnValue, getOrDefault, getOrDefault, int2BooleanEntrySet, keySet, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remInt, remIntOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, size, valuesentrySet, equals, hashCodecomparator, firstBooleanValue, firstIntKey, firstKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastBooleanValue, lastIntKey, lastKey, moveToFirst, moveToLast, pollFirstIntKey, pollLastIntKey, putAndMoveToFirst, putAndMoveToLast, valuescompute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getBoolean, getDefaultReturnValue, getOrDefault, getOrDefault, int2BooleanEntrySet, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remInt, remIntOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValuepublic Int2BooleanNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>descendingMap in interface Int2BooleanNavigableMappublic IntNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>navigableKeySet in interface Int2BooleanNavigableMappublic IntNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>descendingKeySet in interface Int2BooleanNavigableMappublic Int2BooleanMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>firstEntry in interface Int2BooleanNavigableMappublic Int2BooleanMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>lastEntry in interface Int2BooleanNavigableMappublic Int2BooleanMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>pollFirstEntry in interface Int2BooleanNavigableMappublic Int2BooleanMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>pollLastEntry in interface Int2BooleanNavigableMappublic Int2BooleanNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive)
Int2BooleanNavigableMapsubMap in interface Int2BooleanNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Int2BooleanNavigableMap headMap(int toKey, boolean inclusive)
Int2BooleanNavigableMapheadMap in interface Int2BooleanNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Int2BooleanNavigableMap tailMap(int fromKey, boolean inclusive)
Int2BooleanNavigableMaptailMap in interface Int2BooleanNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Int2BooleanNavigableMap subMap(int fromKey, int toKey)
Int2BooleanSortedMapsubMap in interface Int2BooleanNavigableMapsubMap in interface Int2BooleanSortedMapsubMap in class Int2BooleanMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2BooleanNavigableMap headMap(int toKey)
Int2BooleanSortedMapheadMap in interface Int2BooleanNavigableMapheadMap in interface Int2BooleanSortedMapheadMap in class Int2BooleanMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Int2BooleanNavigableMap tailMap(int fromKey)
Int2BooleanSortedMaptailMap in interface Int2BooleanNavigableMaptailMap in interface Int2BooleanSortedMaptailMap in class Int2BooleanMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic int lowerKey(int key)
Int2BooleanNavigableMaplowerKey in interface Int2BooleanNavigableMapkey - that should be compared with.public int higherKey(int key)
Int2BooleanNavigableMaphigherKey in interface Int2BooleanNavigableMapkey - that should be compared with.public int floorKey(int key)
Int2BooleanNavigableMapfloorKey in interface Int2BooleanNavigableMapkey - that should be compared with.public int ceilingKey(int key)
Int2BooleanNavigableMapceilingKey in interface Int2BooleanNavigableMapkey - that should be compared with.public Int2BooleanMap.Entry lowerEntry(int key)
Int2BooleanNavigableMaplowerEntry in interface Int2BooleanNavigableMapkey - that should be compared with.public Int2BooleanMap.Entry higherEntry(int key)
Int2BooleanNavigableMaphigherEntry in interface Int2BooleanNavigableMapkey - that should be compared with.public Int2BooleanMap.Entry floorEntry(int key)
Int2BooleanNavigableMapfloorEntry in interface Int2BooleanNavigableMapkey - that should be compared with.public Int2BooleanMap.Entry ceilingEntry(int key)
Int2BooleanNavigableMapceilingEntry in interface Int2BooleanNavigableMapkey - that should be compared with.@Deprecated public Int2BooleanNavigableMap subMap(java.lang.Integer fromKey, boolean fromInclusive, java.lang.Integer toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>subMap in interface Int2BooleanNavigableMap@Deprecated public Int2BooleanNavigableMap headMap(java.lang.Integer toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>headMap in interface Int2BooleanNavigableMap@Deprecated public Int2BooleanNavigableMap tailMap(java.lang.Integer fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>tailMap in interface Int2BooleanNavigableMap@Deprecated public Int2BooleanNavigableMap subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>subMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Boolean>subMap in interface Int2BooleanNavigableMapsubMap in interface Int2BooleanSortedMapsubMap in class Int2BooleanMaps.SynchronizedSortedMap@Deprecated public Int2BooleanNavigableMap headMap(java.lang.Integer toKey)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>headMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Boolean>headMap in interface Int2BooleanNavigableMapheadMap in interface Int2BooleanSortedMapheadMap in class Int2BooleanMaps.SynchronizedSortedMap@Deprecated public Int2BooleanNavigableMap tailMap(java.lang.Integer fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>tailMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Boolean>tailMap in interface Int2BooleanNavigableMaptailMap in interface Int2BooleanSortedMaptailMap in class Int2BooleanMaps.SynchronizedSortedMappublic void setDefaultMaxValue(int e)
Int2BooleanNavigableMapsetDefaultMaxValue in interface Int2BooleanNavigableMape - the new max valuepublic int getDefaultMaxValue()
Int2BooleanNavigableMapgetDefaultMaxValue in interface Int2BooleanNavigableMappublic void setDefaultMinValue(int e)
Int2BooleanNavigableMapsetDefaultMinValue in interface Int2BooleanNavigableMape - the new min valuepublic int getDefaultMinValue()
Int2BooleanNavigableMapgetDefaultMinValue in interface Int2BooleanNavigableMap@Deprecated public java.lang.Integer lowerKey(java.lang.Integer key)
lowerKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>lowerKey in interface Int2BooleanNavigableMap@Deprecated public java.lang.Integer floorKey(java.lang.Integer key)
floorKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>floorKey in interface Int2BooleanNavigableMap@Deprecated public java.lang.Integer ceilingKey(java.lang.Integer key)
ceilingKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>ceilingKey in interface Int2BooleanNavigableMap@Deprecated public java.lang.Integer higherKey(java.lang.Integer key)
higherKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>higherKey in interface Int2BooleanNavigableMap@Deprecated public Int2BooleanMap.Entry lowerEntry(java.lang.Integer key)
lowerEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>lowerEntry in interface Int2BooleanNavigableMap@Deprecated public Int2BooleanMap.Entry floorEntry(java.lang.Integer key)
floorEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>floorEntry in interface Int2BooleanNavigableMap@Deprecated public Int2BooleanMap.Entry ceilingEntry(java.lang.Integer key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>ceilingEntry in interface Int2BooleanNavigableMap@Deprecated public Int2BooleanMap.Entry higherEntry(java.lang.Integer key)
higherEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Boolean>higherEntry in interface Int2BooleanNavigableMap