public static class Short2LongMaps.SynchronizedSortedMap extends Short2LongMaps.SynchronizedMap implements Short2LongSortedMap
AbstractShort2LongMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2LongSortedMap.FastSortedSetShort2LongMap.BuilderCache, Short2LongMap.Entry, Short2LongMap.FastEntrySet, Short2LongMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ShortComparator |
comparator() |
Short2LongSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
java.lang.Short |
firstKey()
Deprecated.
|
long |
firstLongValue()
A method to get the first Value of a Map.
|
short |
firstShortKey()
A method to get the first Key of a Map.
|
Short2LongSortedMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2LongSortedMap |
headMap(java.lang.Short toKey)
Deprecated.
|
ShortSortedSet |
keySet() |
java.lang.Short |
lastKey()
Deprecated.
|
long |
lastLongValue()
A method to get the last Value of a Map.
|
short |
lastShortKey()
A method to get the last Key of a Map.
|
short |
pollFirstShortKey()
A method to get and remove the first Key of a Map.
|
short |
pollLastShortKey()
A method to get and remove the last Key of a Map.
|
Short2LongSortedMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2LongSortedMap |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
Short2LongSortedMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2LongSortedMap |
tailMap(java.lang.Short fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, short2LongEntrySet, 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, 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, short2LongEntrySet, subFrom, supplyLongIfAbsentpublic ShortComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Short,java.lang.Long>comparator in interface Short2LongSortedMappublic Short2LongSortedMap subMap(short fromKey, short toKey)
Short2LongSortedMapsubMap in interface Short2LongSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2LongSortedMap headMap(short toKey)
Short2LongSortedMapheadMap in interface Short2LongSortedMaptoKey - where the headMap should endpublic Short2LongSortedMap tailMap(short fromKey)
Short2LongSortedMaptailMap in interface Short2LongSortedMapfromKey - where the TailMap should startpublic ShortSortedSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Long>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Long>keySet in interface Short2LongMapkeySet in interface Short2LongSortedMapkeySet in class Short2LongMaps.SynchronizedMappublic short firstShortKey()
Short2LongSortedMapfirstShortKey in interface Short2LongSortedMappublic short pollFirstShortKey()
Short2LongSortedMappollFirstShortKey in interface Short2LongSortedMappublic short lastShortKey()
Short2LongSortedMaplastShortKey in interface Short2LongSortedMappublic short pollLastShortKey()
Short2LongSortedMappollLastShortKey in interface Short2LongSortedMappublic long firstLongValue()
Short2LongSortedMapfirstLongValue in interface Short2LongSortedMappublic long lastLongValue()
Short2LongSortedMaplastLongValue in interface Short2LongSortedMappublic Short2LongSortedMap copy()
Short2LongMapcopy in interface Short2LongMapcopy in interface Short2LongSortedMapcopy in class Short2LongMaps.SynchronizedMap@Deprecated public java.lang.Short firstKey()
firstKey in interface java.util.SortedMap<java.lang.Short,java.lang.Long>firstKey in interface Short2LongSortedMap@Deprecated public java.lang.Short lastKey()
lastKey in interface java.util.SortedMap<java.lang.Short,java.lang.Long>lastKey in interface Short2LongSortedMap@Deprecated public Short2LongSortedMap subMap(java.lang.Short fromKey, java.lang.Short toKey)
subMap in interface java.util.SortedMap<java.lang.Short,java.lang.Long>subMap in interface Short2LongSortedMap@Deprecated public Short2LongSortedMap headMap(java.lang.Short toKey)
headMap in interface java.util.SortedMap<java.lang.Short,java.lang.Long>headMap in interface Short2LongSortedMap@Deprecated public Short2LongSortedMap tailMap(java.lang.Short fromKey)
tailMap in interface java.util.SortedMap<java.lang.Short,java.lang.Long>tailMap in interface Short2LongSortedMap