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.BuilderCache, Int2CharMap.Entry, Int2CharMap.FastEntrySet, Int2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
IntComparator |
comparator() |
Int2CharSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
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.
|
Int2CharSortedMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2CharSortedMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
IntSortedSet |
keySet() |
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.
|
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.
|
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, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2CharEntrySet, 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, int2CharEntrySet, 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 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 IntSortedSet keySet()
keySet in interface java.util.Map<java.lang.Integer,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Character>keySet in interface Int2CharMapkeySet in interface Int2CharSortedMapkeySet in class Int2CharMaps.SynchronizedMappublic 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 Int2CharSortedMappublic Int2CharSortedMap copy()
Int2CharMapcopy in interface Int2CharMapcopy in interface Int2CharSortedMapcopy in class Int2CharMaps.SynchronizedMap@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