V - the type of elements maintained by this Collectionpublic static class Long2ObjectMaps.UnmodifyableNavigableMap<V> extends Long2ObjectMaps.UnmodifyableSortedMap<V> implements Long2ObjectNavigableMap<V>
AbstractLong2ObjectMap.BasicEntry<V>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Long2ObjectSortedMap.FastSortedSet<V>Long2ObjectMap.BuilderCache<V>, Long2ObjectMap.Entry<V>, Long2ObjectMap.FastEntrySet<V>, Long2ObjectMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Long2ObjectMap.Entry<V> |
ceilingEntry(long key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
long |
ceilingKey(long key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
Long2ObjectNavigableMap<V> |
copy()
A Function that does a shallow clone of the Map itself.
|
LongNavigableSet |
descendingKeySet() |
Long2ObjectNavigableMap<V> |
descendingMap() |
Long2ObjectMap.Entry<V> |
firstEntry() |
Long2ObjectMap.Entry<V> |
floorEntry(long key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
long |
floorKey(long key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
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(long toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2ObjectMap.Entry<V> |
higherEntry(long key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
long |
higherKey(long key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
LongNavigableSet |
keySet() |
Long2ObjectMap.Entry<V> |
lastEntry() |
Long2ObjectMap.Entry<V> |
lowerEntry(long key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
long |
lowerKey(long key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
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(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2ObjectNavigableMap<V> |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Long2ObjectNavigableMap<V> |
tailMap(long fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstLongKey, firstValue, lastLongKey, lastValue, pollFirstLongKey, pollLastLongKeyclear, compute, computeIfAbsent, computeIfPresent, get, getOrDefault, long2ObjectEntrySet, merge, mergeAll, put, putIfAbsent, remove, remove, removeOrDefault, replaceObjects, replaceObjects, supplyIfAbsent, valuescontainsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValueceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiablecomparator, firstKey, firstLongKey, firstValue, lastKey, lastLongKey, lastValue, pollFirstLongKey, pollLastLongKey, valuesbuilder, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2ObjectEntrySet, 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 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 keySet()
keySet in interface java.util.Map<java.lang.Long,V>keySet in interface java.util.SortedMap<java.lang.Long,V>keySet in interface Long2ObjectMap<V>keySet in interface Long2ObjectNavigableMap<V>keySet in interface Long2ObjectSortedMap<V>keySet in class Long2ObjectMaps.UnmodifyableSortedMap<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.UnmodifyableSortedMap<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.UnmodifyableSortedMap<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.UnmodifyableSortedMap<V>fromKey - where the TailMap should startpublic 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>public 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.public Long2ObjectNavigableMap<V> copy()
Long2ObjectMapcopy in interface Long2ObjectMap<V>copy in interface Long2ObjectNavigableMap<V>copy in interface Long2ObjectSortedMap<V>copy in class Long2ObjectMaps.UnmodifyableSortedMap<V>