public static class Char2ShortMaps.UnmodifyableSortedMap extends Char2ShortMaps.UnmodifyableMap implements Char2ShortSortedMap
AbstractChar2ShortMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2ShortSortedMap.FastSortedSetChar2ShortMap.BuilderCache, Char2ShortMap.Entry, Char2ShortMap.FastEntrySet, Char2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
CharComparator |
comparator() |
Char2ShortSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
char |
firstCharKey()
A method to get the first Key of a Map.
|
short |
firstShortValue()
A method to get the first Value of a Map.
|
Char2ShortSortedMap |
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.
|
short |
lastShortValue()
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.
|
Char2ShortSortedMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2ShortSortedMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, char2ShortEntrySet, clear, computeShort, computeShortIfAbsent, computeShortIfPresent, get, getOrDefault, mergeAllShort, mergeShort, put, putIfAbsent, remove, remove, removeOrDefault, replaceShorts, replaceShorts, subFrom, supplyShortIfAbsent, 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, builder, char2ShortEntrySet, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, subFrom, supplyShortIfAbsentpublic CharComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Character,java.lang.Short>comparator in interface Char2ShortSortedMappublic Char2ShortSortedMap subMap(char fromKey, char toKey)
Char2ShortSortedMapsubMap in interface Char2ShortSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2ShortSortedMap headMap(char toKey)
Char2ShortSortedMapheadMap in interface Char2ShortSortedMaptoKey - where the headMap should endpublic Char2ShortSortedMap tailMap(char fromKey)
Char2ShortSortedMaptailMap in interface Char2ShortSortedMapfromKey - where the TailMap should startpublic CharSortedSet keySet()
keySet in interface java.util.Map<java.lang.Character,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Short>keySet in interface Char2ShortMapkeySet in interface Char2ShortSortedMapkeySet in class Char2ShortMaps.UnmodifyableMappublic char firstCharKey()
Char2ShortSortedMapfirstCharKey in interface Char2ShortSortedMappublic char pollFirstCharKey()
Char2ShortSortedMappollFirstCharKey in interface Char2ShortSortedMappublic char lastCharKey()
Char2ShortSortedMaplastCharKey in interface Char2ShortSortedMappublic char pollLastCharKey()
Char2ShortSortedMappollLastCharKey in interface Char2ShortSortedMappublic short firstShortValue()
Char2ShortSortedMapfirstShortValue in interface Char2ShortSortedMappublic short lastShortValue()
Char2ShortSortedMaplastShortValue in interface Char2ShortSortedMappublic Char2ShortSortedMap copy()
Char2ShortMapcopy in interface Char2ShortMapcopy in interface Char2ShortSortedMapcopy in class Char2ShortMaps.UnmodifyableMap