public static class Char2CharMaps.UnmodifyableSortedMap extends Char2CharMaps.UnmodifyableMap implements Char2CharSortedMap
AbstractChar2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2CharSortedMap.FastSortedSetChar2CharMap.BuilderCache, Char2CharMap.Entry, Char2CharMap.FastEntrySet, Char2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
CharComparator |
comparator() |
Char2CharSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
char |
firstCharKey()
A method to get the first Key of a Map.
|
char |
firstCharValue()
A method to get the first Value of a Map.
|
Char2CharSortedMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
CharSortedSet |
keySet() |
char |
lastCharKey()
A method to get the last Key of a Map.
|
char |
lastCharValue()
A method to get the last Value of a Map.
|
char |
pollFirstCharKey()
A method to get and remove the first Key of a Map.
|
char |
pollLastCharKey()
A method to get and remove the last Key of a Map.
|
Char2CharSortedMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2CharSortedMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, char2CharEntrySet, clear, computeChar, computeCharIfAbsent, computeCharIfPresent, get, getOrDefault, mergeAllChar, mergeChar, put, putIfAbsent, remove, remove, removeOrDefault, replaceChars, replaceChars, subFrom, supplyCharIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringfirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, unmodifiable, valuesaddTo, addToAll, applyAsChar, builder, char2CharEntrySet, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, subFrom, supplyCharIfAbsentandThen, compose, identitypublic CharComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Character,java.lang.Character>comparator in interface Char2CharSortedMappublic Char2CharSortedMap subMap(char fromKey, char toKey)
Char2CharSortedMapsubMap in interface Char2CharSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2CharSortedMap headMap(char toKey)
Char2CharSortedMapheadMap in interface Char2CharSortedMaptoKey - where the headMap should endpublic Char2CharSortedMap tailMap(char fromKey)
Char2CharSortedMaptailMap in interface Char2CharSortedMapfromKey - where the TailMap should startpublic CharSortedSet keySet()
keySet in interface java.util.Map<java.lang.Character,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Character>keySet in interface Char2CharMapkeySet in interface Char2CharSortedMapkeySet in class Char2CharMaps.UnmodifyableMappublic char firstCharKey()
Char2CharSortedMapfirstCharKey in interface Char2CharSortedMappublic char pollFirstCharKey()
Char2CharSortedMappollFirstCharKey in interface Char2CharSortedMappublic char lastCharKey()
Char2CharSortedMaplastCharKey in interface Char2CharSortedMappublic char pollLastCharKey()
Char2CharSortedMappollLastCharKey in interface Char2CharSortedMappublic char firstCharValue()
Char2CharSortedMapfirstCharValue in interface Char2CharSortedMappublic char lastCharValue()
Char2CharSortedMaplastCharValue in interface Char2CharSortedMappublic Char2CharSortedMap copy()
Char2CharMapcopy in interface Char2CharMapcopy in interface Char2CharSortedMapcopy in class Char2CharMaps.UnmodifyableMap