T - the keyType of elements maintained by this Collectionpublic static class Object2CharMaps.SynchronizedSortedMap<T> extends Object2CharMaps.SynchronizedMap<T> implements Object2CharSortedMap<T>
AbstractObject2CharMap.BasicEntry<T>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Object2CharSortedMap.FastSortedSet<T>Object2CharMap.BuilderCache<T>, Object2CharMap.Entry<T>, Object2CharMap.FastEntrySet<T>, Object2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<T> |
comparator() |
Object2CharSortedMap<T> |
copy()
A Function that does a shallow clone of the Map itself.
|
char |
firstCharValue()
A method to get the first Value of a Map.
|
T |
firstKey() |
Object2CharSortedMap<T> |
headMap(T toKey) |
ObjectSortedSet<T> |
keySet() |
char |
lastCharValue()
A method to get the last Value of a Map.
|
T |
lastKey() |
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.
|
Object2CharSortedMap<T> |
subMap(T fromKey,
T toKey) |
Object2CharSortedMap<T> |
tailMap(T fromKey) |
addTo, addToAll, computeChar, computeCharIfAbsent, computeCharIfPresent, containsValue, forEach, getChar, getDefaultReturnValue, getOrDefault, mergeAllChar, mergeChar, object2CharEntrySet, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, rem, remOrDefault, remove, replace, replace, replaceChars, replaceChars, setDefaultReturnValue, size, subFrom, supplyCharIfAbsent, valuescontainsKey, entrySet, equals, get, getOrDefault, hashCode, put, putAll, removesynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, applyAsChar, builder, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsValue, containsValue, entrySet, forEach, forEach, get, getChar, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, object2CharEntrySet, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, rem, remOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, subFrom, supplyCharIfAbsentpublic java.util.Comparator<T> comparator()
comparator in interface java.util.SortedMap<T,java.lang.Character>comparator in interface Object2CharSortedMap<T>public Object2CharSortedMap<T> subMap(T fromKey, T toKey)
subMap in interface java.util.SortedMap<T,java.lang.Character>subMap in interface Object2CharSortedMap<T>public Object2CharSortedMap<T> headMap(T toKey)
headMap in interface java.util.SortedMap<T,java.lang.Character>headMap in interface Object2CharSortedMap<T>public Object2CharSortedMap<T> tailMap(T fromKey)
tailMap in interface java.util.SortedMap<T,java.lang.Character>tailMap in interface Object2CharSortedMap<T>public ObjectSortedSet<T> keySet()
keySet in interface java.util.Map<T,java.lang.Character>keySet in interface java.util.SortedMap<T,java.lang.Character>keySet in interface Object2CharMap<T>keySet in interface Object2CharSortedMap<T>keySet in class Object2CharMaps.SynchronizedMap<T>public T firstKey()
firstKey in interface java.util.SortedMap<T,java.lang.Character>public T pollFirstKey()
Object2CharSortedMappollFirstKey in interface Object2CharSortedMap<T>public T lastKey()
lastKey in interface java.util.SortedMap<T,java.lang.Character>public T pollLastKey()
Object2CharSortedMappollLastKey in interface Object2CharSortedMap<T>public char firstCharValue()
Object2CharSortedMapfirstCharValue in interface Object2CharSortedMap<T>public char lastCharValue()
Object2CharSortedMaplastCharValue in interface Object2CharSortedMap<T>public Object2CharSortedMap<T> copy()
Object2CharMapcopy in interface Object2CharMap<T>copy in interface Object2CharSortedMap<T>copy in class Object2CharMaps.SynchronizedMap<T>