public static class Short2IntMaps.SynchronizedSortedMap extends Short2IntMaps.SynchronizedMap implements Short2IntSortedMap
AbstractShort2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2IntSortedMap.FastSortedSetShort2IntMap.BuilderCache, Short2IntMap.Entry, Short2IntMap.FastEntrySet, Short2IntMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ShortComparator |
comparator() |
Short2IntSortedMap |
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.Short |
firstKey()
Deprecated.
|
short |
firstShortKey()
A method to get the first Key of a Map.
|
Short2IntSortedMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2IntSortedMap |
headMap(java.lang.Short toKey)
Deprecated.
|
ShortSortedSet |
keySet() |
int |
lastIntValue()
A method to get the last Value of a Map.
|
java.lang.Short |
lastKey()
Deprecated.
|
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.
|
Short2IntSortedMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2IntSortedMap |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
Short2IntSortedMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2IntSortedMap |
tailMap(java.lang.Short fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, short2IntEntrySet, size, subFrom, supplyIntIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, builder, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, short2IntEntrySet, subFrom, supplyIntIfAbsentpublic ShortComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Short,java.lang.Integer>comparator in interface Short2IntSortedMappublic Short2IntSortedMap subMap(short fromKey, short toKey)
Short2IntSortedMapsubMap in interface Short2IntSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2IntSortedMap headMap(short toKey)
Short2IntSortedMapheadMap in interface Short2IntSortedMaptoKey - where the headMap should endpublic Short2IntSortedMap tailMap(short fromKey)
Short2IntSortedMaptailMap in interface Short2IntSortedMapfromKey - where the TailMap should startpublic ShortSortedSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Integer>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Integer>keySet in interface Short2IntMapkeySet in interface Short2IntSortedMapkeySet in class Short2IntMaps.SynchronizedMappublic short firstShortKey()
Short2IntSortedMapfirstShortKey in interface Short2IntSortedMappublic short pollFirstShortKey()
Short2IntSortedMappollFirstShortKey in interface Short2IntSortedMappublic short lastShortKey()
Short2IntSortedMaplastShortKey in interface Short2IntSortedMappublic short pollLastShortKey()
Short2IntSortedMappollLastShortKey in interface Short2IntSortedMappublic int firstIntValue()
Short2IntSortedMapfirstIntValue in interface Short2IntSortedMappublic int lastIntValue()
Short2IntSortedMaplastIntValue in interface Short2IntSortedMappublic Short2IntSortedMap copy()
Short2IntMapcopy in interface Short2IntMapcopy in interface Short2IntSortedMapcopy in class Short2IntMaps.SynchronizedMap@Deprecated public java.lang.Short firstKey()
firstKey in interface java.util.SortedMap<java.lang.Short,java.lang.Integer>firstKey in interface Short2IntSortedMap@Deprecated public java.lang.Short lastKey()
lastKey in interface java.util.SortedMap<java.lang.Short,java.lang.Integer>lastKey in interface Short2IntSortedMap@Deprecated public Short2IntSortedMap subMap(java.lang.Short fromKey, java.lang.Short toKey)
subMap in interface java.util.SortedMap<java.lang.Short,java.lang.Integer>subMap in interface Short2IntSortedMap@Deprecated public Short2IntSortedMap headMap(java.lang.Short toKey)
headMap in interface java.util.SortedMap<java.lang.Short,java.lang.Integer>headMap in interface Short2IntSortedMap@Deprecated public Short2IntSortedMap tailMap(java.lang.Short fromKey)
tailMap in interface java.util.SortedMap<java.lang.Short,java.lang.Integer>tailMap in interface Short2IntSortedMap