public static class Long2LongMaps.UnmodifyableSortedMap extends Long2LongMaps.UnmodifyableMap implements Long2LongSortedMap
AbstractLong2LongMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Long2LongSortedMap.FastSortedSetLong2LongMap.BuilderCache, Long2LongMap.Entry, Long2LongMap.FastEntrySet, Long2LongMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
LongComparator |
comparator() |
Long2LongSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
long |
firstLongKey()
A method to get the first Key of a Map.
|
long |
firstLongValue()
A method to get the first Value of a Map.
|
Long2LongSortedMap |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
LongSortedSet |
keySet() |
long |
lastLongKey()
A method to get the last Key of a Map.
|
long |
lastLongValue()
A method to get the last Value of a Map.
|
long |
pollFirstLongKey()
A method to get and remove the first Key of a Map.
|
long |
pollLastLongKey()
A method to get and remove the last Key of a Map.
|
Long2LongSortedMap |
subMap(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2LongSortedMap |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeLong, computeLongIfAbsent, computeLongIfPresent, get, getOrDefault, long2LongEntrySet, 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, long2LongEntrySet, 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, supplyLongIfAbsentandThen, compose, identitypublic LongComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Long,java.lang.Long>comparator in interface Long2LongSortedMappublic Long2LongSortedMap subMap(long fromKey, long toKey)
Long2LongSortedMapsubMap in interface Long2LongSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Long2LongSortedMap headMap(long toKey)
Long2LongSortedMapheadMap in interface Long2LongSortedMaptoKey - where the headMap should endpublic Long2LongSortedMap tailMap(long fromKey)
Long2LongSortedMaptailMap in interface Long2LongSortedMapfromKey - where the TailMap should startpublic LongSortedSet keySet()
keySet in interface java.util.Map<java.lang.Long,java.lang.Long>keySet in interface java.util.SortedMap<java.lang.Long,java.lang.Long>keySet in interface Long2LongMapkeySet in interface Long2LongSortedMapkeySet in class Long2LongMaps.UnmodifyableMappublic long firstLongKey()
Long2LongSortedMapfirstLongKey in interface Long2LongSortedMappublic long pollFirstLongKey()
Long2LongSortedMappollFirstLongKey in interface Long2LongSortedMappublic long lastLongKey()
Long2LongSortedMaplastLongKey in interface Long2LongSortedMappublic long pollLastLongKey()
Long2LongSortedMappollLastLongKey in interface Long2LongSortedMappublic long firstLongValue()
Long2LongSortedMapfirstLongValue in interface Long2LongSortedMappublic long lastLongValue()
Long2LongSortedMaplastLongValue in interface Long2LongSortedMappublic Long2LongSortedMap copy()
Long2LongMapcopy in interface Long2LongMapcopy in interface Long2LongSortedMapcopy in class Long2LongMaps.UnmodifyableMap