public static class Int2LongMaps.UnmodifyableSortedMap extends Int2LongMaps.UnmodifyableMap implements Int2LongSortedMap
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 |
|---|---|
IntComparator |
comparator() |
Int2LongSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
int |
firstIntKey()
A method to get the first Key of a Map.
|
long |
firstLongValue()
A method to get the first Value of a Map.
|
Int2LongSortedMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
IntSortedSet |
keySet() |
int |
lastIntKey()
A method to get the last Key of a Map.
|
long |
lastLongValue()
A method to get the last Value of a Map.
|
int |
pollFirstIntKey()
A method to get and remove the first Key of a Map.
|
int |
pollLastIntKey()
A method to get and remove the last Key of a Map.
|
Int2LongSortedMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2LongSortedMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, 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, toStringfirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, unmodifiable, 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 IntComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Integer,java.lang.Long>comparator in interface Int2LongSortedMappublic Int2LongSortedMap subMap(int fromKey, int toKey)
Int2LongSortedMapsubMap in interface Int2LongSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2LongSortedMap headMap(int toKey)
Int2LongSortedMapheadMap in interface Int2LongSortedMaptoKey - where the headMap should endpublic Int2LongSortedMap tailMap(int fromKey)
Int2LongSortedMaptailMap in interface Int2LongSortedMapfromKey - where the TailMap should startpublic IntSortedSet 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 Int2LongSortedMapkeySet in class Int2LongMaps.UnmodifyableMappublic int firstIntKey()
Int2LongSortedMapfirstIntKey in interface Int2LongSortedMappublic int pollFirstIntKey()
Int2LongSortedMappollFirstIntKey in interface Int2LongSortedMappublic int lastIntKey()
Int2LongSortedMaplastIntKey in interface Int2LongSortedMappublic int pollLastIntKey()
Int2LongSortedMappollLastIntKey in interface Int2LongSortedMappublic long firstLongValue()
Int2LongSortedMapfirstLongValue in interface Int2LongSortedMappublic long lastLongValue()
Int2LongSortedMaplastLongValue in interface Int2LongSortedMappublic Int2LongSortedMap copy()
Int2LongMapcopy in interface Int2LongMapcopy in interface Int2LongSortedMapcopy in class Int2LongMaps.UnmodifyableMap