T - the keyType of elements maintained by this Collectionpublic static class Object2ShortMaps.SynchronizedSortedMap<T> extends Object2ShortMaps.SynchronizedMap<T> implements Object2ShortSortedMap<T>
AbstractObject2ShortMap.BasicEntry<T>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Object2ShortSortedMap.FastSortedSet<T>Object2ShortMap.BuilderCache<T>, Object2ShortMap.Entry<T>, Object2ShortMap.FastEntrySet<T>, Object2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<T> |
comparator() |
Object2ShortSortedMap<T> |
copy()
A Function that does a shallow clone of the Map itself.
|
T |
firstKey() |
short |
firstShortValue()
A method to get the first Value of a Map.
|
Object2ShortSortedMap<T> |
headMap(T toKey) |
ObjectSortedSet<T> |
keySet() |
T |
lastKey() |
short |
lastShortValue()
A method to get the last Value of a Map.
|
T |
pollFirstKey()
A method to get and remove the first Key of a Map.
|
T |
pollLastKey()
A method to get and remove the last Key of a Map.
|
Object2ShortSortedMap<T> |
subMap(T fromKey,
T toKey) |
Object2ShortSortedMap<T> |
tailMap(T fromKey) |
addTo, addToAll, computeShort, computeShortIfAbsent, computeShortIfPresent, containsValue, forEach, getDefaultReturnValue, getOrDefault, getShort, mergeAllShort, mergeShort, object2ShortEntrySet, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, rem, remOrDefault, remove, replace, replace, replaceShorts, replaceShorts, setDefaultReturnValue, size, subFrom, supplyShortIfAbsent, valuescontainsKey, entrySet, equals, get, getOrDefault, hashCode, put, putAll, removesynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, applyAsShort, builder, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getOrDefault, getOrDefault, getShort, merge, mergeAllShort, mergeShort, object2ShortEntrySet, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, rem, remOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, subFrom, supplyShortIfAbsentpublic java.util.Comparator<T> comparator()
comparator in interface java.util.SortedMap<T,java.lang.Short>comparator in interface Object2ShortSortedMap<T>public Object2ShortSortedMap<T> subMap(T fromKey, T toKey)
subMap in interface java.util.SortedMap<T,java.lang.Short>subMap in interface Object2ShortSortedMap<T>public Object2ShortSortedMap<T> headMap(T toKey)
headMap in interface java.util.SortedMap<T,java.lang.Short>headMap in interface Object2ShortSortedMap<T>public Object2ShortSortedMap<T> tailMap(T fromKey)
tailMap in interface java.util.SortedMap<T,java.lang.Short>tailMap in interface Object2ShortSortedMap<T>public ObjectSortedSet<T> keySet()
keySet in interface java.util.Map<T,java.lang.Short>keySet in interface java.util.SortedMap<T,java.lang.Short>keySet in interface Object2ShortMap<T>keySet in interface Object2ShortSortedMap<T>keySet in class Object2ShortMaps.SynchronizedMap<T>public T firstKey()
firstKey in interface java.util.SortedMap<T,java.lang.Short>public T pollFirstKey()
Object2ShortSortedMappollFirstKey in interface Object2ShortSortedMap<T>public T lastKey()
lastKey in interface java.util.SortedMap<T,java.lang.Short>public T pollLastKey()
Object2ShortSortedMappollLastKey in interface Object2ShortSortedMap<T>public short firstShortValue()
Object2ShortSortedMapfirstShortValue in interface Object2ShortSortedMap<T>public short lastShortValue()
Object2ShortSortedMaplastShortValue in interface Object2ShortSortedMap<T>public Object2ShortSortedMap<T> copy()
Object2ShortMapcopy in interface Object2ShortMap<T>copy in interface Object2ShortSortedMap<T>copy in class Object2ShortMaps.SynchronizedMap<T>