public static class Byte2ByteMaps.SynchronizedSortedMap extends Byte2ByteMaps.SynchronizedMap implements Byte2ByteSortedMap
AbstractByte2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2ByteSortedMap.FastSortedSetByte2ByteMap.BuilderCache, Byte2ByteMap.Entry, Byte2ByteMap.FastEntrySet, Byte2ByteMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ByteComparator |
comparator() |
Byte2ByteSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
byte |
firstByteKey()
A method to get the first Key of a Map.
|
byte |
firstByteValue()
A method to get the first Value of a Map.
|
java.lang.Byte |
firstKey()
Deprecated.
|
Byte2ByteSortedMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2ByteSortedMap |
headMap(java.lang.Byte toKey)
Deprecated.
|
ByteSortedSet |
keySet() |
byte |
lastByteKey()
A method to get the last Key of a Map.
|
byte |
lastByteValue()
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.
|
Byte2ByteSortedMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2ByteSortedMap |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
Byte2ByteSortedMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2ByteSortedMap |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
addTo, addToAll, byte2ByteEntrySet, clear, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, size, subFrom, supplyByteIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, applyAsByte, builder, byte2ByteEntrySet, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, subFrom, supplyByteIfAbsentandThen, compose, identitypublic ByteComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Byte,java.lang.Byte>comparator in interface Byte2ByteSortedMappublic Byte2ByteSortedMap subMap(byte fromKey, byte toKey)
Byte2ByteSortedMapsubMap in interface Byte2ByteSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2ByteSortedMap headMap(byte toKey)
Byte2ByteSortedMapheadMap in interface Byte2ByteSortedMaptoKey - where the headMap should endpublic Byte2ByteSortedMap tailMap(byte fromKey)
Byte2ByteSortedMaptailMap in interface Byte2ByteSortedMapfromKey - where the TailMap should startpublic ByteSortedSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Byte>keySet in interface Byte2ByteMapkeySet in interface Byte2ByteSortedMapkeySet in class Byte2ByteMaps.SynchronizedMappublic byte firstByteKey()
Byte2ByteSortedMapfirstByteKey in interface Byte2ByteSortedMappublic byte pollFirstByteKey()
Byte2ByteSortedMappollFirstByteKey in interface Byte2ByteSortedMappublic byte lastByteKey()
Byte2ByteSortedMaplastByteKey in interface Byte2ByteSortedMappublic byte pollLastByteKey()
Byte2ByteSortedMappollLastByteKey in interface Byte2ByteSortedMappublic byte firstByteValue()
Byte2ByteSortedMapfirstByteValue in interface Byte2ByteSortedMappublic byte lastByteValue()
Byte2ByteSortedMaplastByteValue in interface Byte2ByteSortedMappublic Byte2ByteSortedMap copy()
Byte2ByteMapcopy in interface Byte2ByteMapcopy in interface Byte2ByteSortedMapcopy in class Byte2ByteMaps.SynchronizedMap@Deprecated public java.lang.Byte firstKey()
firstKey in interface java.util.SortedMap<java.lang.Byte,java.lang.Byte>firstKey in interface Byte2ByteSortedMap@Deprecated public java.lang.Byte lastKey()
lastKey in interface java.util.SortedMap<java.lang.Byte,java.lang.Byte>lastKey in interface Byte2ByteSortedMap@Deprecated public Byte2ByteSortedMap subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Byte>subMap in interface Byte2ByteSortedMap@Deprecated public Byte2ByteSortedMap headMap(java.lang.Byte toKey)
headMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Byte>headMap in interface Byte2ByteSortedMap@Deprecated public Byte2ByteSortedMap tailMap(java.lang.Byte fromKey)
tailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Byte>tailMap in interface Byte2ByteSortedMap