public static class Long2IntMaps.UnmodifyableNavigableMap extends Long2IntMaps.UnmodifyableSortedMap implements Long2IntNavigableMap
AbstractLong2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Long2IntSortedMap.FastSortedSetLong2IntMap.BuilderCache, Long2IntMap.Entry, Long2IntMap.FastEntrySet, Long2IntMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Long2IntMap.Entry |
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.
|
Long2IntNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
LongNavigableSet |
descendingKeySet() |
Long2IntNavigableMap |
descendingMap() |
Long2IntMap.Entry |
firstEntry() |
Long2IntMap.Entry |
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.
|
Long2IntNavigableMap |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2IntNavigableMap |
headMap(long toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2IntMap.Entry |
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() |
Long2IntMap.Entry |
lastEntry() |
Long2IntMap.Entry |
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() |
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(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2IntNavigableMap |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Long2IntNavigableMap |
tailMap(long fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstIntValue, firstLongKey, lastIntValue, lastLongKey, pollFirstLongKey, pollLastLongKeyaddTo, clear, computeInt, computeIntIfAbsent, computeIntIfPresent, get, getOrDefault, long2IntEntrySet, mergeAllInt, mergeInt, put, putIfAbsent, remove, remove, removeOrDefault, replaceInts, replaceInts, subFrom, supplyIntIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiablecomparator, firstIntValue, firstKey, firstLongKey, lastIntValue, lastKey, lastLongKey, pollFirstLongKey, pollLastLongKey, valuesaddTo, addToAll, builder, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2IntEntrySet, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, subFrom, supplyIntIfAbsentapplyAsIntpublic 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 keySet()
keySet in interface java.util.Map<java.lang.Long,java.lang.Integer>keySet in interface java.util.SortedMap<java.lang.Long,java.lang.Integer>keySet in interface Long2IntMapkeySet in interface Long2IntNavigableMapkeySet in interface Long2IntSortedMapkeySet in class Long2IntMaps.UnmodifyableSortedMappublic 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.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Long2IntNavigableMap headMap(long toKey)
Long2IntSortedMapheadMap in interface Long2IntNavigableMapheadMap in interface Long2IntSortedMapheadMap in class Long2IntMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Long2IntNavigableMap tailMap(long fromKey)
Long2IntSortedMaptailMap in interface Long2IntNavigableMaptailMap in interface Long2IntSortedMaptailMap in class Long2IntMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic 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 Long2IntNavigableMappublic 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.public Long2IntNavigableMap copy()
Long2IntMapcopy in interface Long2IntMapcopy in interface Long2IntNavigableMapcopy in interface Long2IntSortedMapcopy in class Long2IntMaps.UnmodifyableSortedMap