public static class Long2CharMaps.UnmodifyableSortedMap extends Long2CharMaps.UnmodifyableMap implements Long2CharSortedMap
AbstractLong2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Long2CharSortedMap.FastSortedSetLong2CharMap.BuilderCache, Long2CharMap.Entry, Long2CharMap.FastEntrySet, Long2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
LongComparator |
comparator() |
Long2CharSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
char |
firstCharValue()
A method to get the first Value of a Map.
|
long |
firstLongKey()
A method to get the first Key of a Map.
|
Long2CharSortedMap |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
LongSortedSet |
keySet() |
char |
lastCharValue()
A method to get the last Value of a Map.
|
long |
lastLongKey()
A method to get the last Key of a Map.
|
long |
pollFirstLongKey()
A method to get and remove the first Key of a Map.
|
long |
pollLastLongKey()
A method to get and remove the last Key of a Map.
|
Long2CharSortedMap |
subMap(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2CharSortedMap |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeChar, computeCharIfAbsent, computeCharIfPresent, get, getOrDefault, long2CharEntrySet, 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, builder, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2CharEntrySet, 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, subFrom, supplyCharIfAbsentpublic LongComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Long,java.lang.Character>comparator in interface Long2CharSortedMappublic Long2CharSortedMap subMap(long fromKey, long toKey)
Long2CharSortedMapsubMap in interface Long2CharSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Long2CharSortedMap headMap(long toKey)
Long2CharSortedMapheadMap in interface Long2CharSortedMaptoKey - where the headMap should endpublic Long2CharSortedMap tailMap(long fromKey)
Long2CharSortedMaptailMap in interface Long2CharSortedMapfromKey - where the TailMap should startpublic LongSortedSet keySet()
keySet in interface java.util.Map<java.lang.Long,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Long,java.lang.Character>keySet in interface Long2CharMapkeySet in interface Long2CharSortedMapkeySet in class Long2CharMaps.UnmodifyableMappublic long firstLongKey()
Long2CharSortedMapfirstLongKey in interface Long2CharSortedMappublic long pollFirstLongKey()
Long2CharSortedMappollFirstLongKey in interface Long2CharSortedMappublic long lastLongKey()
Long2CharSortedMaplastLongKey in interface Long2CharSortedMappublic long pollLastLongKey()
Long2CharSortedMappollLastLongKey in interface Long2CharSortedMappublic char firstCharValue()
Long2CharSortedMapfirstCharValue in interface Long2CharSortedMappublic char lastCharValue()
Long2CharSortedMaplastCharValue in interface Long2CharSortedMappublic Long2CharSortedMap copy()
Long2CharMapcopy in interface Long2CharMapcopy in interface Long2CharSortedMapcopy in class Long2CharMaps.UnmodifyableMap