public static class Byte2LongMaps.SynchronizedSortedMap extends Byte2LongMaps.SynchronizedMap 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.
|
java.lang.Byte |
firstKey()
Deprecated.
|
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
|
Byte2LongSortedMap |
headMap(java.lang.Byte toKey)
Deprecated.
|
ByteSortedSet |
keySet() |
byte |
lastByteKey()
A method to get the last Key of a Map.
|
java.lang.Byte |
lastKey()
Deprecated.
|
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 |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
Byte2LongSortedMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2LongSortedMap |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
addTo, addToAll, byte2LongEntrySet, clear, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, size, subFrom, supplyLongIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, 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, 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.SynchronizedMappublic 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.SynchronizedMap@Deprecated public java.lang.Byte firstKey()
firstKey in interface java.util.SortedMap<java.lang.Byte,java.lang.Long>firstKey in interface Byte2LongSortedMap@Deprecated public java.lang.Byte lastKey()
lastKey in interface java.util.SortedMap<java.lang.Byte,java.lang.Long>lastKey in interface Byte2LongSortedMap@Deprecated public Byte2LongSortedMap subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Long>subMap in interface Byte2LongSortedMap@Deprecated public Byte2LongSortedMap headMap(java.lang.Byte toKey)
headMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Long>headMap in interface Byte2LongSortedMap@Deprecated public Byte2LongSortedMap tailMap(java.lang.Byte fromKey)
tailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Long>tailMap in interface Byte2LongSortedMap