public static class Byte2IntMaps.UnmodifyableSortedMap extends Byte2IntMaps.UnmodifyableMap implements Byte2IntSortedMap
AbstractByte2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2IntSortedMap.FastSortedSetByte2IntMap.BuilderCache, Byte2IntMap.Entry, Byte2IntMap.FastEntrySet, Byte2IntMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ByteComparator |
comparator() |
Byte2IntSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
byte |
firstByteKey()
A method to get the first Key of a Map.
|
int |
firstIntValue()
A method to get the first Value of a Map.
|
Byte2IntSortedMap |
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.
|
int |
lastIntValue()
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.
|
Byte2IntSortedMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2IntSortedMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, byte2IntEntrySet, clear, computeInt, computeIntIfAbsent, computeIntIfPresent, get, getOrDefault, mergeAllInt, mergeInt, put, putIfAbsent, remove, remove, removeOrDefault, replaceInts, replaceInts, subFrom, supplyIntIfAbsent, 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, builder, byte2IntEntrySet, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, subFrom, supplyIntIfAbsentpublic ByteComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Byte,java.lang.Integer>comparator in interface Byte2IntSortedMappublic Byte2IntSortedMap subMap(byte fromKey, byte toKey)
Byte2IntSortedMapsubMap in interface Byte2IntSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2IntSortedMap headMap(byte toKey)
Byte2IntSortedMapheadMap in interface Byte2IntSortedMaptoKey - where the headMap should endpublic Byte2IntSortedMap tailMap(byte fromKey)
Byte2IntSortedMaptailMap in interface Byte2IntSortedMapfromKey - where the TailMap should startpublic ByteSortedSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Integer>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Integer>keySet in interface Byte2IntMapkeySet in interface Byte2IntSortedMapkeySet in class Byte2IntMaps.UnmodifyableMappublic byte firstByteKey()
Byte2IntSortedMapfirstByteKey in interface Byte2IntSortedMappublic byte pollFirstByteKey()
Byte2IntSortedMappollFirstByteKey in interface Byte2IntSortedMappublic byte lastByteKey()
Byte2IntSortedMaplastByteKey in interface Byte2IntSortedMappublic byte pollLastByteKey()
Byte2IntSortedMappollLastByteKey in interface Byte2IntSortedMappublic int firstIntValue()
Byte2IntSortedMapfirstIntValue in interface Byte2IntSortedMappublic int lastIntValue()
Byte2IntSortedMaplastIntValue in interface Byte2IntSortedMappublic Byte2IntSortedMap copy()
Byte2IntMapcopy in interface Byte2IntMapcopy in interface Byte2IntSortedMapcopy in class Byte2IntMaps.UnmodifyableMap