public static class Long2IntMaps.SynchronizedSortedMap extends Long2IntMaps.SynchronizedMap implements Long2IntSortedMap
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 |
|---|---|
LongComparator |
comparator() |
Long2IntSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
int |
firstIntValue()
A method to get the first Value of a Map.
|
java.lang.Long |
firstKey()
Deprecated.
|
long |
firstLongKey()
A method to get the first Key of a Map.
|
Long2IntSortedMap |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2IntSortedMap |
headMap(java.lang.Long toKey)
Deprecated.
|
LongSortedSet |
keySet() |
int |
lastIntValue()
A method to get the last Value of a Map.
|
java.lang.Long |
lastKey()
Deprecated.
|
long |
lastLongKey()
A method to get the last Key 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.
|
Long2IntSortedMap |
subMap(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2IntSortedMap |
subMap(java.lang.Long fromKey,
java.lang.Long toKey)
Deprecated.
|
Long2IntSortedMap |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Long2IntSortedMap |
tailMap(java.lang.Long fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2IntEntrySet, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, size, subFrom, supplyIntIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, applyAsInt, 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, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, subFrom, supplyIntIfAbsentpublic LongComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Long,java.lang.Integer>comparator in interface Long2IntSortedMappublic Long2IntSortedMap subMap(long fromKey, long toKey)
Long2IntSortedMapsubMap in interface Long2IntSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Long2IntSortedMap headMap(long toKey)
Long2IntSortedMapheadMap in interface Long2IntSortedMaptoKey - where the headMap should endpublic Long2IntSortedMap tailMap(long fromKey)
Long2IntSortedMaptailMap in interface Long2IntSortedMapfromKey - where the TailMap should startpublic LongSortedSet 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 Long2IntSortedMapkeySet in class Long2IntMaps.SynchronizedMappublic long firstLongKey()
Long2IntSortedMapfirstLongKey in interface Long2IntSortedMappublic long pollFirstLongKey()
Long2IntSortedMappollFirstLongKey in interface Long2IntSortedMappublic long lastLongKey()
Long2IntSortedMaplastLongKey in interface Long2IntSortedMappublic long pollLastLongKey()
Long2IntSortedMappollLastLongKey in interface Long2IntSortedMappublic int firstIntValue()
Long2IntSortedMapfirstIntValue in interface Long2IntSortedMappublic int lastIntValue()
Long2IntSortedMaplastIntValue in interface Long2IntSortedMappublic Long2IntSortedMap copy()
Long2IntMapcopy in interface Long2IntMapcopy in interface Long2IntSortedMapcopy in class Long2IntMaps.SynchronizedMap@Deprecated public java.lang.Long firstKey()
firstKey in interface java.util.SortedMap<java.lang.Long,java.lang.Integer>firstKey in interface Long2IntSortedMap@Deprecated public java.lang.Long lastKey()
lastKey in interface java.util.SortedMap<java.lang.Long,java.lang.Integer>lastKey in interface Long2IntSortedMap@Deprecated public Long2IntSortedMap subMap(java.lang.Long fromKey, java.lang.Long toKey)
subMap in interface java.util.SortedMap<java.lang.Long,java.lang.Integer>subMap in interface Long2IntSortedMap@Deprecated public Long2IntSortedMap headMap(java.lang.Long toKey)
headMap in interface java.util.SortedMap<java.lang.Long,java.lang.Integer>headMap in interface Long2IntSortedMap@Deprecated public Long2IntSortedMap tailMap(java.lang.Long fromKey)
tailMap in interface java.util.SortedMap<java.lang.Long,java.lang.Integer>tailMap in interface Long2IntSortedMap