public static class Int2CharMaps.SynchronizedSortedMap extends Int2CharMaps.SynchronizedMap implements Int2CharSortedMap
AbstractInt2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2CharSortedMap.FastSortedSetInt2CharMap.Entry, Int2CharMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
IntComparator |
comparator() |
char |
firstCharValue()
A method to get the first Value of a Map.
|
int |
firstIntKey()
A method to get the first Key of a Map.
|
java.lang.Integer |
firstKey()
Deprecated.
|
char |
getAndMoveToFirst(int key)
A Specific get method that allows to move teh given key/value int the first index.
|
char |
getAndMoveToLast(int key)
A Specific get method that allows to move teh given key/value int the last index.
|
Int2CharSortedMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2CharSortedMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
char |
lastCharValue()
A method to get the last Value of a Map.
|
int |
lastIntKey()
A method to get the last Key of a Map.
|
java.lang.Integer |
lastKey()
Deprecated.
|
boolean |
moveToFirst(int key)
A specific move method to move a given key/value to the first index.
|
boolean |
moveToLast(int key)
A specific move method to move a given key/value to the last index.
|
int |
pollFirstIntKey()
A method to get and remove the first Key of a Map.
|
int |
pollLastIntKey()
A method to get and remove the last Key of a Map.
|
char |
putAndMoveToFirst(int key,
char value)
A customized put method that allows you to insert into the first index.
|
char |
putAndMoveToLast(int key,
char value)
A customized put method that allows you to insert into the last index.
|
Int2CharSortedMap |
subMap(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
Int2CharSortedMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2CharSortedMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2CharSortedMap |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, getChar, getDefaultReturnValue, getOrDefault, getOrDefault, int2CharEntrySet, keySet, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remInt, remIntOrDefault, 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, int2CharEntrySet, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remInt, remIntOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValuepublic char putAndMoveToFirst(int key,
char value)
Int2CharSortedMapputAndMoveToFirst in interface Int2CharSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public char putAndMoveToLast(int key,
char value)
Int2CharSortedMapputAndMoveToLast in interface Int2CharSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(int key)
Int2CharSortedMapmoveToFirst in interface Int2CharSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(int key)
Int2CharSortedMapmoveToLast in interface Int2CharSortedMapkey - that should be moved to the first lastpublic char getAndMoveToFirst(int key)
Int2CharSortedMapgetAndMoveToFirst in interface Int2CharSortedMapkey - that is searched forpublic char getAndMoveToLast(int key)
Int2CharSortedMapgetAndMoveToLast in interface Int2CharSortedMapkey - that is searched forpublic IntComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Integer,java.lang.Character>comparator in interface Int2CharSortedMappublic Int2CharSortedMap subMap(int fromKey, int toKey)
Int2CharSortedMapsubMap in interface Int2CharSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2CharSortedMap headMap(int toKey)
Int2CharSortedMapheadMap in interface Int2CharSortedMaptoKey - where the headMap should endpublic Int2CharSortedMap tailMap(int fromKey)
Int2CharSortedMaptailMap in interface Int2CharSortedMapfromKey - where the TailMap should startpublic int firstIntKey()
Int2CharSortedMapfirstIntKey in interface Int2CharSortedMappublic int pollFirstIntKey()
Int2CharSortedMappollFirstIntKey in interface Int2CharSortedMappublic int lastIntKey()
Int2CharSortedMaplastIntKey in interface Int2CharSortedMappublic int pollLastIntKey()
Int2CharSortedMappollLastIntKey in interface Int2CharSortedMappublic char firstCharValue()
Int2CharSortedMapfirstCharValue in interface Int2CharSortedMappublic char lastCharValue()
Int2CharSortedMaplastCharValue in interface Int2CharSortedMap@Deprecated public java.lang.Integer firstKey()
firstKey in interface java.util.SortedMap<java.lang.Integer,java.lang.Character>firstKey in interface Int2CharSortedMap@Deprecated public java.lang.Integer lastKey()
lastKey in interface java.util.SortedMap<java.lang.Integer,java.lang.Character>lastKey in interface Int2CharSortedMap@Deprecated public Int2CharSortedMap subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Character>subMap in interface Int2CharSortedMap@Deprecated public Int2CharSortedMap headMap(java.lang.Integer toKey)
headMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Character>headMap in interface Int2CharSortedMap@Deprecated public Int2CharSortedMap tailMap(java.lang.Integer fromKey)
tailMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Character>tailMap in interface Int2CharSortedMap