V - the type of elements maintained by this Collectionpublic static class Long2ObjectMaps.SynchronizedNavigableMap<V> extends Long2ObjectMaps.SynchronizedSortedMap<V> implements Long2ObjectNavigableMap<V>
AbstractLong2ObjectMap.BasicEntry<V>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Long2ObjectSortedMap.FastSortedSet<V>Long2ObjectMap.Entry<V>, Long2ObjectMap.FastEntrySet<V>| Modifier and Type | Method and Description |
|---|---|
Long2ObjectMap.Entry<V> |
ceilingEntry(long key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Long2ObjectMap.Entry<V> |
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() |
Long2ObjectNavigableMap<V> |
descendingMap() |
Long2ObjectMap.Entry<V> |
firstEntry() |
Long2ObjectMap.Entry<V> |
floorEntry(long key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Long2ObjectMap.Entry<V> |
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.
|
Long2ObjectNavigableMap<V> |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2ObjectNavigableMap<V> |
headMap(java.lang.Long toKey)
Deprecated.
|
Long2ObjectNavigableMap<V> |
headMap(long toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2ObjectNavigableMap<V> |
headMap(java.lang.Long toKey,
boolean inclusive)
Deprecated.
|
Long2ObjectMap.Entry<V> |
higherEntry(long key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Long2ObjectMap.Entry<V> |
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.
|
Long2ObjectMap.Entry<V> |
lastEntry() |
Long2ObjectMap.Entry<V> |
lowerEntry(long key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Long2ObjectMap.Entry<V> |
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() |
Long2ObjectMap.Entry<V> |
pollFirstEntry() |
Long2ObjectMap.Entry<V> |
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.
|
Long2ObjectNavigableMap<V> |
subMap(long fromKey,
boolean fromInclusive,
long toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2ObjectNavigableMap<V> |
subMap(java.lang.Long fromKey,
boolean fromInclusive,
java.lang.Long toKey,
boolean toInclusive)
Deprecated.
|
Long2ObjectNavigableMap<V> |
subMap(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2ObjectNavigableMap<V> |
subMap(java.lang.Long fromKey,
java.lang.Long toKey)
Deprecated.
|
Long2ObjectNavigableMap<V> |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Long2ObjectNavigableMap<V> |
tailMap(java.lang.Long fromKey)
Deprecated.
|
Long2ObjectNavigableMap<V> |
tailMap(long fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Long2ObjectNavigableMap<V> |
tailMap(java.lang.Long fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstKey, firstLongKey, firstValue, getAndMoveToFirst, getAndMoveToLast, lastKey, lastLongKey, lastValue, moveToFirst, moveToLast, pollFirstLongKey, pollLastLongKey, putAndMoveToFirst, putAndMoveToLastclear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, containsValue, forEach, forEach, get, getDefaultReturnValue, getObject, getOrDefault, getOrDefault, keySet, long2ObjectEntrySet, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remLong, remLongOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValue, size, valuesentrySet, equals, hashCodecomparator, firstKey, firstLongKey, firstValue, getAndMoveToFirst, getAndMoveToLast, keySet, lastKey, lastLongKey, lastValue, moveToFirst, moveToLast, pollFirstLongKey, pollLastLongKey, putAndMoveToFirst, putAndMoveToLast, valuescompute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, entrySet, forEach, forEach, get, getDefaultReturnValue, getObject, getOrDefault, getOrDefault, long2ObjectEntrySet, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remLong, remLongOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValueapplypublic Long2ObjectNavigableMap<V> descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Long,V>descendingMap in interface Long2ObjectNavigableMap<V>public LongNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Long,V>navigableKeySet in interface Long2ObjectNavigableMap<V>public LongNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Long,V>descendingKeySet in interface Long2ObjectNavigableMap<V>public Long2ObjectMap.Entry<V> firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Long,V>firstEntry in interface Long2ObjectNavigableMap<V>public Long2ObjectMap.Entry<V> lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Long,V>lastEntry in interface Long2ObjectNavigableMap<V>public Long2ObjectMap.Entry<V> pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Long,V>pollFirstEntry in interface Long2ObjectNavigableMap<V>public Long2ObjectMap.Entry<V> pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Long,V>pollLastEntry in interface Long2ObjectNavigableMap<V>public Long2ObjectNavigableMap<V> subMap(long fromKey, boolean fromInclusive, long toKey, boolean toInclusive)
Long2ObjectNavigableMapsubMap in interface Long2ObjectNavigableMap<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 Long2ObjectNavigableMap<V> headMap(long toKey, boolean inclusive)
Long2ObjectNavigableMapheadMap in interface Long2ObjectNavigableMap<V>toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Long2ObjectNavigableMap<V> tailMap(long fromKey, boolean inclusive)
Long2ObjectNavigableMaptailMap in interface Long2ObjectNavigableMap<V>fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Long2ObjectNavigableMap<V> subMap(long fromKey, long toKey)
Long2ObjectSortedMapsubMap in interface Long2ObjectNavigableMap<V>subMap in interface Long2ObjectSortedMap<V>subMap in class Long2ObjectMaps.SynchronizedSortedMap<V>fromKey - where the submap should starttoKey - where the subMap should endpublic Long2ObjectNavigableMap<V> headMap(long toKey)
Long2ObjectSortedMapheadMap in interface Long2ObjectNavigableMap<V>headMap in interface Long2ObjectSortedMap<V>headMap in class Long2ObjectMaps.SynchronizedSortedMap<V>toKey - where the headMap should endpublic Long2ObjectNavigableMap<V> tailMap(long fromKey)
Long2ObjectSortedMaptailMap in interface Long2ObjectNavigableMap<V>tailMap in interface Long2ObjectSortedMap<V>tailMap in class Long2ObjectMaps.SynchronizedSortedMap<V>fromKey - where the TailMap should startpublic long lowerKey(long key)
Long2ObjectNavigableMaplowerKey in interface Long2ObjectNavigableMap<V>key - that should be compared with.public long higherKey(long key)
Long2ObjectNavigableMaphigherKey in interface Long2ObjectNavigableMap<V>key - that should be compared with.public long floorKey(long key)
Long2ObjectNavigableMapfloorKey in interface Long2ObjectNavigableMap<V>key - that should be compared with.public long ceilingKey(long key)
Long2ObjectNavigableMapceilingKey in interface Long2ObjectNavigableMap<V>key - that should be compared with.public Long2ObjectMap.Entry<V> lowerEntry(long key)
Long2ObjectNavigableMaplowerEntry in interface Long2ObjectNavigableMap<V>key - that should be compared with.public Long2ObjectMap.Entry<V> higherEntry(long key)
Long2ObjectNavigableMaphigherEntry in interface Long2ObjectNavigableMap<V>key - that should be compared with.public Long2ObjectMap.Entry<V> floorEntry(long key)
Long2ObjectNavigableMapfloorEntry in interface Long2ObjectNavigableMap<V>key - that should be compared with.public Long2ObjectMap.Entry<V> ceilingEntry(long key)
Long2ObjectNavigableMapceilingEntry in interface Long2ObjectNavigableMap<V>key - that should be compared with.@Deprecated public Long2ObjectNavigableMap<V> subMap(java.lang.Long fromKey, boolean fromInclusive, java.lang.Long toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Long,V>subMap in interface Long2ObjectNavigableMap<V>@Deprecated public Long2ObjectNavigableMap<V> headMap(java.lang.Long toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Long,V>headMap in interface Long2ObjectNavigableMap<V>@Deprecated public Long2ObjectNavigableMap<V> tailMap(java.lang.Long fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Long,V>tailMap in interface Long2ObjectNavigableMap<V>@Deprecated public Long2ObjectNavigableMap<V> subMap(java.lang.Long fromKey, java.lang.Long toKey)
subMap in interface java.util.NavigableMap<java.lang.Long,V>subMap in interface java.util.SortedMap<java.lang.Long,V>subMap in interface Long2ObjectNavigableMap<V>subMap in interface Long2ObjectSortedMap<V>subMap in class Long2ObjectMaps.SynchronizedSortedMap<V>@Deprecated public Long2ObjectNavigableMap<V> headMap(java.lang.Long toKey)
headMap in interface java.util.NavigableMap<java.lang.Long,V>headMap in interface java.util.SortedMap<java.lang.Long,V>headMap in interface Long2ObjectNavigableMap<V>headMap in interface Long2ObjectSortedMap<V>headMap in class Long2ObjectMaps.SynchronizedSortedMap<V>@Deprecated public Long2ObjectNavigableMap<V> tailMap(java.lang.Long fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Long,V>tailMap in interface java.util.SortedMap<java.lang.Long,V>tailMap in interface Long2ObjectNavigableMap<V>tailMap in interface Long2ObjectSortedMap<V>tailMap in class Long2ObjectMaps.SynchronizedSortedMap<V>public void setDefaultMaxValue(long e)
Long2ObjectNavigableMapsetDefaultMaxValue in interface Long2ObjectNavigableMap<V>e - the new max valuepublic long getDefaultMaxValue()
Long2ObjectNavigableMapgetDefaultMaxValue in interface Long2ObjectNavigableMap<V>public void setDefaultMinValue(long e)
Long2ObjectNavigableMapsetDefaultMinValue in interface Long2ObjectNavigableMap<V>e - the new min valuepublic long getDefaultMinValue()
Long2ObjectNavigableMapgetDefaultMinValue in interface Long2ObjectNavigableMap<V>@Deprecated public java.lang.Long lowerKey(java.lang.Long key)
lowerKey in interface java.util.NavigableMap<java.lang.Long,V>lowerKey in interface Long2ObjectNavigableMap<V>@Deprecated public java.lang.Long floorKey(java.lang.Long key)
floorKey in interface java.util.NavigableMap<java.lang.Long,V>floorKey in interface Long2ObjectNavigableMap<V>@Deprecated public java.lang.Long ceilingKey(java.lang.Long key)
ceilingKey in interface java.util.NavigableMap<java.lang.Long,V>ceilingKey in interface Long2ObjectNavigableMap<V>@Deprecated public java.lang.Long higherKey(java.lang.Long key)
higherKey in interface java.util.NavigableMap<java.lang.Long,V>higherKey in interface Long2ObjectNavigableMap<V>@Deprecated public Long2ObjectMap.Entry<V> lowerEntry(java.lang.Long key)
lowerEntry in interface java.util.NavigableMap<java.lang.Long,V>lowerEntry in interface Long2ObjectNavigableMap<V>@Deprecated public Long2ObjectMap.Entry<V> floorEntry(java.lang.Long key)
floorEntry in interface java.util.NavigableMap<java.lang.Long,V>floorEntry in interface Long2ObjectNavigableMap<V>@Deprecated public Long2ObjectMap.Entry<V> ceilingEntry(java.lang.Long key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Long,V>ceilingEntry in interface Long2ObjectNavigableMap<V>@Deprecated public Long2ObjectMap.Entry<V> higherEntry(java.lang.Long key)
higherEntry in interface java.util.NavigableMap<java.lang.Long,V>higherEntry in interface Long2ObjectNavigableMap<V>