public static class Short2CharMaps.SynchronizedSortedMap extends Short2CharMaps.SynchronizedMap implements Short2CharSortedMap
AbstractShort2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2CharSortedMap.FastSortedSetShort2CharMap.BuilderCache, Short2CharMap.Entry, Short2CharMap.FastEntrySet, Short2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ShortComparator |
comparator() |
Short2CharSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
char |
firstCharValue()
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.
|
Short2CharSortedMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2CharSortedMap |
headMap(java.lang.Short toKey)
Deprecated.
|
ShortSortedSet |
keySet() |
char |
lastCharValue()
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.
|
Short2CharSortedMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2CharSortedMap |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
Short2CharSortedMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2CharSortedMap |
tailMap(java.lang.Short fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, short2CharEntrySet, size, subFrom, supplyCharIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, builder, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, short2CharEntrySet, subFrom, supplyCharIfAbsentpublic ShortComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Short,java.lang.Character>comparator in interface Short2CharSortedMappublic Short2CharSortedMap subMap(short fromKey, short toKey)
Short2CharSortedMapsubMap in interface Short2CharSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2CharSortedMap headMap(short toKey)
Short2CharSortedMapheadMap in interface Short2CharSortedMaptoKey - where the headMap should endpublic Short2CharSortedMap tailMap(short fromKey)
Short2CharSortedMaptailMap in interface Short2CharSortedMapfromKey - where the TailMap should startpublic ShortSortedSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Character>keySet in interface Short2CharMapkeySet in interface Short2CharSortedMapkeySet in class Short2CharMaps.SynchronizedMappublic short firstShortKey()
Short2CharSortedMapfirstShortKey in interface Short2CharSortedMappublic short pollFirstShortKey()
Short2CharSortedMappollFirstShortKey in interface Short2CharSortedMappublic short lastShortKey()
Short2CharSortedMaplastShortKey in interface Short2CharSortedMappublic short pollLastShortKey()
Short2CharSortedMappollLastShortKey in interface Short2CharSortedMappublic char firstCharValue()
Short2CharSortedMapfirstCharValue in interface Short2CharSortedMappublic char lastCharValue()
Short2CharSortedMaplastCharValue in interface Short2CharSortedMappublic Short2CharSortedMap copy()
Short2CharMapcopy in interface Short2CharMapcopy in interface Short2CharSortedMapcopy in class Short2CharMaps.SynchronizedMap@Deprecated public java.lang.Short firstKey()
firstKey in interface java.util.SortedMap<java.lang.Short,java.lang.Character>firstKey in interface Short2CharSortedMap@Deprecated public java.lang.Short lastKey()
lastKey in interface java.util.SortedMap<java.lang.Short,java.lang.Character>lastKey in interface Short2CharSortedMap@Deprecated public Short2CharSortedMap subMap(java.lang.Short fromKey, java.lang.Short toKey)
subMap in interface java.util.SortedMap<java.lang.Short,java.lang.Character>subMap in interface Short2CharSortedMap@Deprecated public Short2CharSortedMap headMap(java.lang.Short toKey)
headMap in interface java.util.SortedMap<java.lang.Short,java.lang.Character>headMap in interface Short2CharSortedMap@Deprecated public Short2CharSortedMap tailMap(java.lang.Short fromKey)
tailMap in interface java.util.SortedMap<java.lang.Short,java.lang.Character>tailMap in interface Short2CharSortedMap