T - the keyType of elements maintained by this Collectionpublic static class Object2ByteMaps.UnmodifyableSortedMap<T> extends Object2ByteMaps.UnmodifyableMap<T> implements Object2ByteSortedMap<T>
AbstractObject2ByteMap.BasicEntry<T>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Object2ByteSortedMap.FastSortedSet<T>Object2ByteMap.BuilderCache<T>, Object2ByteMap.Entry<T>, Object2ByteMap.FastEntrySet<T>, Object2ByteMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<T> |
comparator() |
Object2ByteSortedMap<T> |
copy()
A Function that does a shallow clone of the Map itself.
|
byte |
firstByteValue()
A method to get the first Value of a Map.
|
T |
firstKey() |
Object2ByteSortedMap<T> |
headMap(T toKey) |
ObjectSortedSet<T> |
keySet() |
byte |
lastByteValue()
A method to get the last Value of a Map.
|
T |
lastKey() |
T |
pollFirstKey()
A method to get and remove the first Key of a Map.
|
T |
pollLastKey()
A method to get and remove the last Key of a Map.
|
Object2ByteSortedMap<T> |
subMap(T fromKey,
T toKey) |
Object2ByteSortedMap<T> |
tailMap(T fromKey) |
addTo, clear, computeByte, computeByteIfAbsent, computeByteIfPresent, getByte, getOrDefault, mergeAllByte, mergeByte, object2ByteEntrySet, put, putIfAbsent, rem, remOrDefault, remove, replaceBytes, replaceBytes, subFrom, supplyByteIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuesynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, applyAsByte, builder, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsValue, containsValue, entrySet, forEach, forEach, get, getByte, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, object2ByteEntrySet, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, rem, remOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, subFrom, supplyByteIfAbsentpublic java.util.Comparator<T> comparator()
comparator in interface java.util.SortedMap<T,java.lang.Byte>comparator in interface Object2ByteSortedMap<T>public Object2ByteSortedMap<T> subMap(T fromKey, T toKey)
subMap in interface java.util.SortedMap<T,java.lang.Byte>subMap in interface Object2ByteSortedMap<T>public Object2ByteSortedMap<T> headMap(T toKey)
headMap in interface java.util.SortedMap<T,java.lang.Byte>headMap in interface Object2ByteSortedMap<T>public Object2ByteSortedMap<T> tailMap(T fromKey)
tailMap in interface java.util.SortedMap<T,java.lang.Byte>tailMap in interface Object2ByteSortedMap<T>public ObjectSortedSet<T> keySet()
keySet in interface java.util.Map<T,java.lang.Byte>keySet in interface java.util.SortedMap<T,java.lang.Byte>keySet in interface Object2ByteMap<T>keySet in interface Object2ByteSortedMap<T>keySet in class Object2ByteMaps.UnmodifyableMap<T>public T firstKey()
firstKey in interface java.util.SortedMap<T,java.lang.Byte>public T pollFirstKey()
Object2ByteSortedMappollFirstKey in interface Object2ByteSortedMap<T>public T pollLastKey()
Object2ByteSortedMappollLastKey in interface Object2ByteSortedMap<T>public byte firstByteValue()
Object2ByteSortedMapfirstByteValue in interface Object2ByteSortedMap<T>public byte lastByteValue()
Object2ByteSortedMaplastByteValue in interface Object2ByteSortedMap<T>public Object2ByteSortedMap<T> copy()
Object2ByteMapcopy in interface Object2ByteMap<T>copy in interface Object2ByteSortedMap<T>copy in class Object2ByteMaps.UnmodifyableMap<T>