public static class Long2CharMaps.SynchronizedSortedMap extends Long2CharMaps.SynchronizedMap 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.
|
java.lang.Long |
firstKey()
Deprecated.
|
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
|
Long2CharSortedMap |
headMap(java.lang.Long toKey)
Deprecated.
|
LongSortedSet |
keySet() |
char |
lastCharValue()
A method to get the last Value of a Map.
|
java.lang.Long |
lastKey()
Deprecated.
|
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 |
subMap(java.lang.Long fromKey,
java.lang.Long toKey)
Deprecated.
|
Long2CharSortedMap |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Long2CharSortedMap |
tailMap(java.lang.Long fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2CharEntrySet, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, size, subFrom, supplyCharIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, applyAsChar, 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, 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.SynchronizedMappublic 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.SynchronizedMap@Deprecated public java.lang.Long firstKey()
firstKey in interface java.util.SortedMap<java.lang.Long,java.lang.Character>firstKey in interface Long2CharSortedMap@Deprecated public java.lang.Long lastKey()
lastKey in interface java.util.SortedMap<java.lang.Long,java.lang.Character>lastKey in interface Long2CharSortedMap@Deprecated public Long2CharSortedMap subMap(java.lang.Long fromKey, java.lang.Long toKey)
subMap in interface java.util.SortedMap<java.lang.Long,java.lang.Character>subMap in interface Long2CharSortedMap@Deprecated public Long2CharSortedMap headMap(java.lang.Long toKey)
headMap in interface java.util.SortedMap<java.lang.Long,java.lang.Character>headMap in interface Long2CharSortedMap@Deprecated public Long2CharSortedMap tailMap(java.lang.Long fromKey)
tailMap in interface java.util.SortedMap<java.lang.Long,java.lang.Character>tailMap in interface Long2CharSortedMap