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.Entry, Long2CharMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
LongComparator |
comparator() |
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.
|
char |
getAndMoveToFirst(long key)
A Specific get method that allows to move teh given key/value int the first index.
|
char |
getAndMoveToLast(long key)
A Specific get method that allows to move teh given key/value int the last index.
|
Long2CharSortedMap |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2CharSortedMap |
headMap(java.lang.Long toKey)
Deprecated.
|
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.
|
boolean |
moveToFirst(long key)
A specific move method to move a given key/value to the first index.
|
boolean |
moveToLast(long key)
A specific move method to move a given key/value to the last index.
|
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.
|
char |
putAndMoveToFirst(long key,
char value)
A customized put method that allows you to insert into the first index.
|
char |
putAndMoveToLast(long key,
char value)
A customized put method that allows you to insert into the last index.
|
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, getChar, getDefaultReturnValue, getOrDefault, getOrDefault, keySet, long2CharEntrySet, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remLong, remLongOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, size, valuesentrySet, equals, hashCodekeySet, valuesaddTo, addToAll, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getChar, getDefaultReturnValue, getOrDefault, getOrDefault, long2CharEntrySet, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remLong, remLongOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValuepublic char putAndMoveToFirst(long key,
char value)
Long2CharSortedMapputAndMoveToFirst in interface Long2CharSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public char putAndMoveToLast(long key,
char value)
Long2CharSortedMapputAndMoveToLast in interface Long2CharSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(long key)
Long2CharSortedMapmoveToFirst in interface Long2CharSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(long key)
Long2CharSortedMapmoveToLast in interface Long2CharSortedMapkey - that should be moved to the first lastpublic char getAndMoveToFirst(long key)
Long2CharSortedMapgetAndMoveToFirst in interface Long2CharSortedMapkey - that is searched forpublic char getAndMoveToLast(long key)
Long2CharSortedMapgetAndMoveToLast in interface Long2CharSortedMapkey - that is searched forpublic 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 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 Long2CharSortedMap@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