public static class Long2ShortMaps.SynchronizedSortedMap extends Long2ShortMaps.SynchronizedMap implements Long2ShortSortedMap
AbstractLong2ShortMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Long2ShortSortedMap.FastSortedSetLong2ShortMap.BuilderCache, Long2ShortMap.Entry, Long2ShortMap.FastEntrySet, Long2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
LongComparator |
comparator() |
Long2ShortSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
java.lang.Long |
firstKey()
Deprecated.
|
long |
firstLongKey()
A method to get the first Key of a Map.
|
short |
firstShortValue()
A method to get the first Value of a Map.
|
Long2ShortSortedMap |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2ShortSortedMap |
headMap(java.lang.Long toKey)
Deprecated.
|
LongSortedSet |
keySet() |
java.lang.Long |
lastKey()
Deprecated.
|
long |
lastLongKey()
A method to get the last Key of a Map.
|
short |
lastShortValue()
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.
|
Long2ShortSortedMap |
subMap(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2ShortSortedMap |
subMap(java.lang.Long fromKey,
java.lang.Long toKey)
Deprecated.
|
Long2ShortSortedMap |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Long2ShortSortedMap |
tailMap(java.lang.Long fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2ShortEntrySet, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, size, subFrom, supplyShortIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, applyAsShort, builder, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2ShortEntrySet, merge, mergeAllShort, mergeShort, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, subFrom, supplyShortIfAbsentpublic LongComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Long,java.lang.Short>comparator in interface Long2ShortSortedMappublic Long2ShortSortedMap subMap(long fromKey, long toKey)
Long2ShortSortedMapsubMap in interface Long2ShortSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Long2ShortSortedMap headMap(long toKey)
Long2ShortSortedMapheadMap in interface Long2ShortSortedMaptoKey - where the headMap should endpublic Long2ShortSortedMap tailMap(long fromKey)
Long2ShortSortedMaptailMap in interface Long2ShortSortedMapfromKey - where the TailMap should startpublic LongSortedSet keySet()
keySet in interface java.util.Map<java.lang.Long,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Long,java.lang.Short>keySet in interface Long2ShortMapkeySet in interface Long2ShortSortedMapkeySet in class Long2ShortMaps.SynchronizedMappublic long firstLongKey()
Long2ShortSortedMapfirstLongKey in interface Long2ShortSortedMappublic long pollFirstLongKey()
Long2ShortSortedMappollFirstLongKey in interface Long2ShortSortedMappublic long lastLongKey()
Long2ShortSortedMaplastLongKey in interface Long2ShortSortedMappublic long pollLastLongKey()
Long2ShortSortedMappollLastLongKey in interface Long2ShortSortedMappublic short firstShortValue()
Long2ShortSortedMapfirstShortValue in interface Long2ShortSortedMappublic short lastShortValue()
Long2ShortSortedMaplastShortValue in interface Long2ShortSortedMappublic Long2ShortSortedMap copy()
Long2ShortMapcopy in interface Long2ShortMapcopy in interface Long2ShortSortedMapcopy in class Long2ShortMaps.SynchronizedMap@Deprecated public java.lang.Long firstKey()
firstKey in interface java.util.SortedMap<java.lang.Long,java.lang.Short>firstKey in interface Long2ShortSortedMap@Deprecated public java.lang.Long lastKey()
lastKey in interface java.util.SortedMap<java.lang.Long,java.lang.Short>lastKey in interface Long2ShortSortedMap@Deprecated public Long2ShortSortedMap subMap(java.lang.Long fromKey, java.lang.Long toKey)
subMap in interface java.util.SortedMap<java.lang.Long,java.lang.Short>subMap in interface Long2ShortSortedMap@Deprecated public Long2ShortSortedMap headMap(java.lang.Long toKey)
headMap in interface java.util.SortedMap<java.lang.Long,java.lang.Short>headMap in interface Long2ShortSortedMap@Deprecated public Long2ShortSortedMap tailMap(java.lang.Long fromKey)
tailMap in interface java.util.SortedMap<java.lang.Long,java.lang.Short>tailMap in interface Long2ShortSortedMap