public static class Byte2LongMaps.UnmodifyableSortedMap extends Byte2LongMaps.UnmodifyableMap implements Byte2LongSortedMap
AbstractByte2LongMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2LongSortedMap.FastSortedSetByte2LongMap.BuilderCache, Byte2LongMap.Entry, Byte2LongMap.FastEntrySet, Byte2LongMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ByteComparator |
comparator() |
Byte2LongSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
byte |
firstByteKey()
A method to get the first Key of a Map.
|
long |
firstLongValue()
A method to get the first Value of a Map.
|
Byte2LongSortedMap |
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.
|
long |
lastLongValue()
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.
|
Byte2LongSortedMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2LongSortedMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, byte2LongEntrySet, clear, computeLong, computeLongIfAbsent, computeLongIfPresent, get, getOrDefault, mergeAllLong, mergeLong, put, putIfAbsent, remove, remove, removeOrDefault, replaceLongs, replaceLongs, subFrom, supplyLongIfAbsent, 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, applyAsLong, builder, byte2LongEntrySet, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, subFrom, supplyLongIfAbsentpublic ByteComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Byte,java.lang.Long>comparator in interface Byte2LongSortedMappublic Byte2LongSortedMap subMap(byte fromKey, byte toKey)
Byte2LongSortedMapsubMap in interface Byte2LongSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2LongSortedMap headMap(byte toKey)
Byte2LongSortedMapheadMap in interface Byte2LongSortedMaptoKey - where the headMap should endpublic Byte2LongSortedMap tailMap(byte fromKey)
Byte2LongSortedMaptailMap in interface Byte2LongSortedMapfromKey - where the TailMap should startpublic ByteSortedSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Long>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Long>keySet in interface Byte2LongMapkeySet in interface Byte2LongSortedMapkeySet in class Byte2LongMaps.UnmodifyableMappublic byte firstByteKey()
Byte2LongSortedMapfirstByteKey in interface Byte2LongSortedMappublic byte pollFirstByteKey()
Byte2LongSortedMappollFirstByteKey in interface Byte2LongSortedMappublic byte lastByteKey()
Byte2LongSortedMaplastByteKey in interface Byte2LongSortedMappublic byte pollLastByteKey()
Byte2LongSortedMappollLastByteKey in interface Byte2LongSortedMappublic long firstLongValue()
Byte2LongSortedMapfirstLongValue in interface Byte2LongSortedMappublic long lastLongValue()
Byte2LongSortedMaplastLongValue in interface Byte2LongSortedMappublic Byte2LongSortedMap copy()
Byte2LongMapcopy in interface Byte2LongMapcopy in interface Byte2LongSortedMapcopy in class Byte2LongMaps.UnmodifyableMap