public static class Byte2CharMaps.SynchronizedSortedMap extends Byte2CharMaps.SynchronizedMap implements Byte2CharSortedMap
AbstractByte2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2CharSortedMap.FastSortedSetByte2CharMap.BuilderCache, Byte2CharMap.Entry, Byte2CharMap.FastEntrySet, Byte2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ByteComparator |
comparator() |
Byte2CharSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
byte |
firstByteKey()
A method to get the first Key of a Map.
|
char |
firstCharValue()
A method to get the first Value of a Map.
|
java.lang.Byte |
firstKey()
Deprecated.
|
Byte2CharSortedMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2CharSortedMap |
headMap(java.lang.Byte toKey)
Deprecated.
|
ByteSortedSet |
keySet() |
byte |
lastByteKey()
A method to get the last Key of a Map.
|
char |
lastCharValue()
A method to get the last Value of a Map.
|
java.lang.Byte |
lastKey()
Deprecated.
|
byte |
pollFirstByteKey()
A method to get and remove the first Key of a Map.
|
byte |
pollLastByteKey()
A method to get and remove the last Key of a Map.
|
Byte2CharSortedMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2CharSortedMap |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
Byte2CharSortedMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2CharSortedMap |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
addTo, addToAll, byte2CharEntrySet, clear, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, 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, byte2CharEntrySet, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, 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 ByteComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Byte,java.lang.Character>comparator in interface Byte2CharSortedMappublic Byte2CharSortedMap subMap(byte fromKey, byte toKey)
Byte2CharSortedMapsubMap in interface Byte2CharSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2CharSortedMap headMap(byte toKey)
Byte2CharSortedMapheadMap in interface Byte2CharSortedMaptoKey - where the headMap should endpublic Byte2CharSortedMap tailMap(byte fromKey)
Byte2CharSortedMaptailMap in interface Byte2CharSortedMapfromKey - where the TailMap should startpublic ByteSortedSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Character>keySet in interface Byte2CharMapkeySet in interface Byte2CharSortedMapkeySet in class Byte2CharMaps.SynchronizedMappublic byte firstByteKey()
Byte2CharSortedMapfirstByteKey in interface Byte2CharSortedMappublic byte pollFirstByteKey()
Byte2CharSortedMappollFirstByteKey in interface Byte2CharSortedMappublic byte lastByteKey()
Byte2CharSortedMaplastByteKey in interface Byte2CharSortedMappublic byte pollLastByteKey()
Byte2CharSortedMappollLastByteKey in interface Byte2CharSortedMappublic char firstCharValue()
Byte2CharSortedMapfirstCharValue in interface Byte2CharSortedMappublic char lastCharValue()
Byte2CharSortedMaplastCharValue in interface Byte2CharSortedMappublic Byte2CharSortedMap copy()
Byte2CharMapcopy in interface Byte2CharMapcopy in interface Byte2CharSortedMapcopy in class Byte2CharMaps.SynchronizedMap@Deprecated public java.lang.Byte firstKey()
firstKey in interface java.util.SortedMap<java.lang.Byte,java.lang.Character>firstKey in interface Byte2CharSortedMap@Deprecated public java.lang.Byte lastKey()
lastKey in interface java.util.SortedMap<java.lang.Byte,java.lang.Character>lastKey in interface Byte2CharSortedMap@Deprecated public Byte2CharSortedMap subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Character>subMap in interface Byte2CharSortedMap@Deprecated public Byte2CharSortedMap headMap(java.lang.Byte toKey)
headMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Character>headMap in interface Byte2CharSortedMap@Deprecated public Byte2CharSortedMap tailMap(java.lang.Byte fromKey)
tailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Character>tailMap in interface Byte2CharSortedMap