public static class Long2IntMaps.SynchronizedNavigableMap extends Long2IntMaps.SynchronizedSortedMap implements Long2IntNavigableMap
AbstractLong2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Long2IntSortedMap.FastSortedSetLong2IntMap.Entry, Long2IntMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Long2IntMap.Entry |
ceilingEntry(long key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Long2IntMap.Entry |
ceilingEntry(java.lang.Long key)
Deprecated.
|
long |
ceilingKey(long key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Long |
ceilingKey(java.lang.Long key)
Deprecated.
|
LongNavigableSet |
descendingKeySet() |
Long2IntNavigableMap |
descendingMap() |
Long2IntMap.Entry |
firstEntry() |
Long2IntMap.Entry |
floorEntry(long key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Long2IntMap.Entry |
floorEntry(java.lang.Long key)
Deprecated.
|
long |
floorKey(long key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Long |
floorKey(java.lang.Long key)
Deprecated.
|
long |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
long |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Long2IntNavigableMap |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2IntNavigableMap |
headMap(java.lang.Long toKey)
Deprecated.
|
Long2IntNavigableMap |
headMap(long toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2IntNavigableMap |
headMap(java.lang.Long toKey,
boolean inclusive)
Deprecated.
|
Long2IntMap.Entry |
higherEntry(long key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Long2IntMap.Entry |
higherEntry(java.lang.Long key)
Deprecated.
|
long |
higherKey(long key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Long |
higherKey(java.lang.Long key)
Deprecated.
|
Long2IntMap.Entry |
lastEntry() |
Long2IntMap.Entry |
lowerEntry(long key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Long2IntMap.Entry |
lowerEntry(java.lang.Long key)
Deprecated.
|
long |
lowerKey(long key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Long |
lowerKey(java.lang.Long key)
Deprecated.
|
LongNavigableSet |
navigableKeySet() |
Long2IntMap.Entry |
pollFirstEntry() |
Long2IntMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(long e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(long e)
A Helper method to set the min value for SubMaps.
|
Long2IntNavigableMap |
subMap(long fromKey,
boolean fromInclusive,
long toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2IntNavigableMap |
subMap(java.lang.Long fromKey,
boolean fromInclusive,
java.lang.Long toKey,
boolean toInclusive)
Deprecated.
|
Long2IntNavigableMap |
subMap(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2IntNavigableMap |
subMap(java.lang.Long fromKey,
java.lang.Long toKey)
Deprecated.
|
Long2IntNavigableMap |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Long2IntNavigableMap |
tailMap(java.lang.Long fromKey)
Deprecated.
|
Long2IntNavigableMap |
tailMap(long fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Long2IntNavigableMap |
tailMap(java.lang.Long fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstIntValue, firstKey, firstLongKey, getAndMoveToFirst, getAndMoveToLast, lastIntValue, lastKey, lastLongKey, moveToFirst, moveToLast, pollFirstLongKey, pollLastLongKey, putAndMoveToFirst, putAndMoveToLastaddTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, getDefaultReturnValue, getInt, getOrDefault, getOrDefault, keySet, long2IntEntrySet, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remLong, remLongOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, size, valuesentrySet, equals, hashCodecomparator, firstIntValue, firstKey, firstLongKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastIntValue, lastKey, lastLongKey, moveToFirst, moveToLast, pollFirstLongKey, pollLastLongKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getInt, getOrDefault, getOrDefault, long2IntEntrySet, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remLong, remLongOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValueapplyAsIntpublic Long2IntNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>descendingMap in interface Long2IntNavigableMappublic LongNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>navigableKeySet in interface Long2IntNavigableMappublic LongNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>descendingKeySet in interface Long2IntNavigableMappublic Long2IntMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>firstEntry in interface Long2IntNavigableMappublic Long2IntMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>lastEntry in interface Long2IntNavigableMappublic Long2IntMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>pollFirstEntry in interface Long2IntNavigableMappublic Long2IntMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>pollLastEntry in interface Long2IntNavigableMappublic Long2IntNavigableMap subMap(long fromKey, boolean fromInclusive, long toKey, boolean toInclusive)
Long2IntNavigableMapsubMap in interface Long2IntNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Long2IntNavigableMap headMap(long toKey, boolean inclusive)
Long2IntNavigableMapheadMap in interface Long2IntNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Long2IntNavigableMap tailMap(long fromKey, boolean inclusive)
Long2IntNavigableMaptailMap in interface Long2IntNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Long2IntNavigableMap subMap(long fromKey, long toKey)
Long2IntSortedMapsubMap in interface Long2IntNavigableMapsubMap in interface Long2IntSortedMapsubMap in class Long2IntMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Long2IntNavigableMap headMap(long toKey)
Long2IntSortedMapheadMap in interface Long2IntNavigableMapheadMap in interface Long2IntSortedMapheadMap in class Long2IntMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Long2IntNavigableMap tailMap(long fromKey)
Long2IntSortedMaptailMap in interface Long2IntNavigableMaptailMap in interface Long2IntSortedMaptailMap in class Long2IntMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic long lowerKey(long key)
Long2IntNavigableMaplowerKey in interface Long2IntNavigableMapkey - that should be compared with.public long higherKey(long key)
Long2IntNavigableMaphigherKey in interface Long2IntNavigableMapkey - that should be compared with.public long floorKey(long key)
Long2IntNavigableMapfloorKey in interface Long2IntNavigableMapkey - that should be compared with.public long ceilingKey(long key)
Long2IntNavigableMapceilingKey in interface Long2IntNavigableMapkey - that should be compared with.public Long2IntMap.Entry lowerEntry(long key)
Long2IntNavigableMaplowerEntry in interface Long2IntNavigableMapkey - that should be compared with.public Long2IntMap.Entry higherEntry(long key)
Long2IntNavigableMaphigherEntry in interface Long2IntNavigableMapkey - that should be compared with.public Long2IntMap.Entry floorEntry(long key)
Long2IntNavigableMapfloorEntry in interface Long2IntNavigableMapkey - that should be compared with.public Long2IntMap.Entry ceilingEntry(long key)
Long2IntNavigableMapceilingEntry in interface Long2IntNavigableMapkey - that should be compared with.@Deprecated public Long2IntNavigableMap subMap(java.lang.Long fromKey, boolean fromInclusive, java.lang.Long toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>subMap in interface Long2IntNavigableMap@Deprecated public Long2IntNavigableMap headMap(java.lang.Long toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>headMap in interface Long2IntNavigableMap@Deprecated public Long2IntNavigableMap tailMap(java.lang.Long fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>tailMap in interface Long2IntNavigableMap@Deprecated public Long2IntNavigableMap subMap(java.lang.Long fromKey, java.lang.Long toKey)
subMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>subMap in interface java.util.SortedMap<java.lang.Long,java.lang.Integer>subMap in interface Long2IntNavigableMapsubMap in interface Long2IntSortedMapsubMap in class Long2IntMaps.SynchronizedSortedMap@Deprecated public Long2IntNavigableMap headMap(java.lang.Long toKey)
headMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>headMap in interface java.util.SortedMap<java.lang.Long,java.lang.Integer>headMap in interface Long2IntNavigableMapheadMap in interface Long2IntSortedMapheadMap in class Long2IntMaps.SynchronizedSortedMap@Deprecated public Long2IntNavigableMap tailMap(java.lang.Long fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>tailMap in interface java.util.SortedMap<java.lang.Long,java.lang.Integer>tailMap in interface Long2IntNavigableMaptailMap in interface Long2IntSortedMaptailMap in class Long2IntMaps.SynchronizedSortedMappublic void setDefaultMaxValue(long e)
Long2IntNavigableMapsetDefaultMaxValue in interface Long2IntNavigableMape - the new max valuepublic long getDefaultMaxValue()
Long2IntNavigableMapgetDefaultMaxValue in interface Long2IntNavigableMappublic void setDefaultMinValue(long e)
Long2IntNavigableMapsetDefaultMinValue in interface Long2IntNavigableMape - the new min valuepublic long getDefaultMinValue()
Long2IntNavigableMapgetDefaultMinValue in interface Long2IntNavigableMap@Deprecated public java.lang.Long lowerKey(java.lang.Long key)
lowerKey in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>lowerKey in interface Long2IntNavigableMap@Deprecated public java.lang.Long floorKey(java.lang.Long key)
floorKey in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>floorKey in interface Long2IntNavigableMap@Deprecated public java.lang.Long ceilingKey(java.lang.Long key)
ceilingKey in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>ceilingKey in interface Long2IntNavigableMap@Deprecated public java.lang.Long higherKey(java.lang.Long key)
higherKey in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>higherKey in interface Long2IntNavigableMap@Deprecated public Long2IntMap.Entry lowerEntry(java.lang.Long key)
lowerEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>lowerEntry in interface Long2IntNavigableMap@Deprecated public Long2IntMap.Entry floorEntry(java.lang.Long key)
floorEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>floorEntry in interface Long2IntNavigableMap@Deprecated public Long2IntMap.Entry ceilingEntry(java.lang.Long key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>ceilingEntry in interface Long2IntNavigableMap@Deprecated public Long2IntMap.Entry higherEntry(java.lang.Long key)
higherEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Integer>higherEntry in interface Long2IntNavigableMap