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.Entry, Byte2LongMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
ByteComparator |
comparator() |
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.
|
long |
getAndMoveToFirst(byte key)
A Specific get method that allows to move teh given key/value int the first index.
|
long |
getAndMoveToLast(byte key)
A Specific get method that allows to move teh given key/value int the last index.
|
Byte2LongSortedMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2LongSortedMap |
headMap(java.lang.Byte toKey)
Deprecated.
|
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.
|
boolean |
moveToFirst(byte key)
A specific move method to move a given key/value to the first index.
|
boolean |
moveToLast(byte key)
A specific move method to move a given key/value to the last index.
|
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.
|
long |
putAndMoveToFirst(byte key,
long value)
A customized put method that allows you to insert into the first index.
|
long |
putAndMoveToLast(byte key,
long value)
A customized put method that allows you to insert into the last index.
|
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, getDefaultReturnValue, getLong, getOrDefault, getOrDefault, keySet, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remByte, remByteOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, size, valuesentrySet, equals, hashCodekeySet, valuesaddTo, addToAll, byte2LongEntrySet, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getLong, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remByte, remByteOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValuepublic long putAndMoveToFirst(byte key,
long value)
Byte2LongSortedMapputAndMoveToFirst in interface Byte2LongSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public long putAndMoveToLast(byte key,
long value)
Byte2LongSortedMapputAndMoveToLast in interface Byte2LongSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(byte key)
Byte2LongSortedMapmoveToFirst in interface Byte2LongSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(byte key)
Byte2LongSortedMapmoveToLast in interface Byte2LongSortedMapkey - that should be moved to the first lastpublic long getAndMoveToFirst(byte key)
Byte2LongSortedMapgetAndMoveToFirst in interface Byte2LongSortedMapkey - that is searched forpublic long getAndMoveToLast(byte key)
Byte2LongSortedMapgetAndMoveToLast in interface Byte2LongSortedMapkey - that is searched forpublic 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 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 Byte2LongSortedMap@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