public static class Int2LongMaps.SynchronizedSortedMap extends Int2LongMaps.SynchronizedMap 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.
|
java.lang.Integer |
firstKey()
Deprecated.
|
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
|
Int2LongSortedMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
IntSortedSet |
keySet() |
int |
lastIntKey()
A method to get the last Key of a Map.
|
java.lang.Integer |
lastKey()
Deprecated.
|
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(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
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
|
Int2LongSortedMap |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2LongEntrySet, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, size, subFrom, supplyLongIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, 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.SynchronizedMappublic 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.SynchronizedMap@Deprecated public java.lang.Integer firstKey()
firstKey in interface java.util.SortedMap<java.lang.Integer,java.lang.Long>firstKey in interface Int2LongSortedMap@Deprecated public java.lang.Integer lastKey()
lastKey in interface java.util.SortedMap<java.lang.Integer,java.lang.Long>lastKey in interface Int2LongSortedMap@Deprecated public Int2LongSortedMap subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Long>subMap in interface Int2LongSortedMap@Deprecated public Int2LongSortedMap headMap(java.lang.Integer toKey)
headMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Long>headMap in interface Int2LongSortedMap@Deprecated public Int2LongSortedMap tailMap(java.lang.Integer fromKey)
tailMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Long>tailMap in interface Int2LongSortedMap