public static class Byte2ByteMaps.UnmodifyableSortedMap extends Byte2ByteMaps.UnmodifyableMap 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.
|
Byte2ByteSortedMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
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.
|
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 |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, byte2ByteEntrySet, clear, computeByte, computeByteIfAbsent, computeByteIfPresent, get, getOrDefault, mergeAllByte, mergeByte, put, putIfAbsent, remove, remove, removeOrDefault, replaceBytes, replaceBytes, subFrom, supplyByteIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringfirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, 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.UnmodifyableMappublic 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.UnmodifyableMap