public static class Int2LongMaps.UnmodifyableNavigableMap extends Int2LongMaps.UnmodifyableSortedMap implements Int2LongNavigableMap
AbstractInt2LongMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2LongSortedMap.FastSortedSetInt2LongMap.BuilderCache, Int2LongMap.Entry, Int2LongMap.FastEntrySet, Int2LongMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Int2LongMap.Entry |
ceilingEntry(int key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
int |
ceilingKey(int key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
Int2LongNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
IntNavigableSet |
descendingKeySet() |
Int2LongNavigableMap |
descendingMap() |
Int2LongMap.Entry |
firstEntry() |
Int2LongMap.Entry |
floorEntry(int key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
int |
floorKey(int key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
int |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
int |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Int2LongNavigableMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2LongNavigableMap |
headMap(int toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2LongMap.Entry |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
int |
higherKey(int key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
IntNavigableSet |
keySet() |
Int2LongMap.Entry |
lastEntry() |
Int2LongMap.Entry |
lowerEntry(int key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
int |
lowerKey(int key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
IntNavigableSet |
navigableKeySet() |
Int2LongMap.Entry |
pollFirstEntry() |
Int2LongMap.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.
|
Int2LongNavigableMap |
subMap(int fromKey,
boolean fromInclusive,
int toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2LongNavigableMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2LongNavigableMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2LongNavigableMap |
tailMap(int fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstIntKey, firstLongValue, lastIntKey, lastLongValue, pollFirstIntKey, pollLastIntKeyaddTo, clear, computeLong, computeLongIfAbsent, computeLongIfPresent, get, getOrDefault, int2LongEntrySet, mergeAllLong, mergeLong, put, putIfAbsent, remove, remove, removeOrDefault, replaceLongs, replaceLongs, subFrom, supplyLongIfAbsent, 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, firstIntKey, firstKey, firstLongValue, lastIntKey, lastKey, lastLongValue, pollFirstIntKey, pollLastIntKey, valuesaddTo, addToAll, applyAsLong, builder, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2LongEntrySet, merge, mergeAllLong, mergeLong, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, subFrom, supplyLongIfAbsentpublic Int2LongNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Long>descendingMap in interface Int2LongNavigableMappublic IntNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Long>navigableKeySet in interface Int2LongNavigableMappublic IntNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Integer,java.lang.Long>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Long>keySet in interface Int2LongMapkeySet in interface Int2LongNavigableMapkeySet in interface Int2LongSortedMapkeySet in class Int2LongMaps.UnmodifyableSortedMappublic IntNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Long>descendingKeySet in interface Int2LongNavigableMappublic Int2LongMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Long>firstEntry in interface Int2LongNavigableMappublic Int2LongMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Long>lastEntry in interface Int2LongNavigableMappublic Int2LongMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Long>pollFirstEntry in interface Int2LongNavigableMappublic Int2LongMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Long>pollLastEntry in interface Int2LongNavigableMappublic Int2LongNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive)
Int2LongNavigableMapsubMap in interface Int2LongNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Int2LongNavigableMap headMap(int toKey, boolean inclusive)
Int2LongNavigableMapheadMap in interface Int2LongNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Int2LongNavigableMap tailMap(int fromKey, boolean inclusive)
Int2LongNavigableMaptailMap in interface Int2LongNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Int2LongNavigableMap subMap(int fromKey, int toKey)
Int2LongSortedMapsubMap in interface Int2LongNavigableMapsubMap in interface Int2LongSortedMapsubMap in class Int2LongMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2LongNavigableMap headMap(int toKey)
Int2LongSortedMapheadMap in interface Int2LongNavigableMapheadMap in interface Int2LongSortedMapheadMap in class Int2LongMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Int2LongNavigableMap tailMap(int fromKey)
Int2LongSortedMaptailMap in interface Int2LongNavigableMaptailMap in interface Int2LongSortedMaptailMap in class Int2LongMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(int e)
Int2LongNavigableMapsetDefaultMaxValue in interface Int2LongNavigableMape - the new max valuepublic int getDefaultMaxValue()
Int2LongNavigableMapgetDefaultMaxValue in interface Int2LongNavigableMappublic void setDefaultMinValue(int e)
Int2LongNavigableMapsetDefaultMinValue in interface Int2LongNavigableMape - the new min valuepublic int getDefaultMinValue()
Int2LongNavigableMapgetDefaultMinValue in interface Int2LongNavigableMappublic int lowerKey(int key)
Int2LongNavigableMaplowerKey in interface Int2LongNavigableMapkey - that should be compared with.public int higherKey(int key)
Int2LongNavigableMaphigherKey in interface Int2LongNavigableMapkey - that should be compared with.public int floorKey(int key)
Int2LongNavigableMapfloorKey in interface Int2LongNavigableMapkey - that should be compared with.public int ceilingKey(int key)
Int2LongNavigableMapceilingKey in interface Int2LongNavigableMapkey - that should be compared with.public Int2LongMap.Entry lowerEntry(int key)
Int2LongNavigableMaplowerEntry in interface Int2LongNavigableMapkey - that should be compared with.public Int2LongMap.Entry higherEntry(int key)
Int2LongNavigableMaphigherEntry in interface Int2LongNavigableMapkey - that should be compared with.public Int2LongMap.Entry floorEntry(int key)
Int2LongNavigableMapfloorEntry in interface Int2LongNavigableMapkey - that should be compared with.public Int2LongMap.Entry ceilingEntry(int key)
Int2LongNavigableMapceilingEntry in interface Int2LongNavigableMapkey - that should be compared with.public Int2LongNavigableMap copy()
Int2LongMapcopy in interface Int2LongMapcopy in interface Int2LongNavigableMapcopy in interface Int2LongSortedMapcopy in class Int2LongMaps.UnmodifyableSortedMap