public static class Byte2BooleanMaps.SynchronizedOrderedMap extends Byte2BooleanMaps.SynchronizedMap implements Byte2BooleanOrderedMap
AbstractByte2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2BooleanOrderedMap.FastOrderedSetByte2BooleanMap.BuilderCache, Byte2BooleanMap.Entry, Byte2BooleanMap.FastEntrySet, Byte2BooleanMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ObjectOrderedSet<Byte2BooleanMap.Entry> |
byte2BooleanEntrySet()
Type Sensitive EntrySet to reduce boxing/unboxing and optionally Temp Object Allocation.
|
Byte2BooleanOrderedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
boolean |
firstBooleanValue()
A method to get the first Value of a Map.
|
byte |
firstByteKey()
A method to get the first Key of a Map.
|
boolean |
getAndMoveToFirst(byte key)
A Specific get method that allows to move teh given key/value int the first index.
|
boolean |
getAndMoveToLast(byte key)
A Specific get method that allows to move teh given key/value int the last index.
|
ByteOrderedSet |
keySet() |
boolean |
lastBooleanValue()
A method to get the last Value of a Map.
|
byte |
lastByteKey()
A method to get the last Key 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.
|
boolean |
putAndMoveToFirst(byte key,
boolean value)
A customized put method that allows you to insert into the first index.
|
boolean |
putAndMoveToLast(byte key,
boolean value)
A customized put method that allows you to insert into the last index.
|
clear, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, size, supplyBooleanIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablebuilder, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, supplyBooleanIfAbsent, test, valuesalwaysFalse, alwaysTrue, andType, negate, orTypepublic boolean putAndMoveToFirst(byte key,
boolean value)
Byte2BooleanOrderedMapputAndMoveToFirst in interface Byte2BooleanOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean putAndMoveToLast(byte key,
boolean value)
Byte2BooleanOrderedMapputAndMoveToLast in interface Byte2BooleanOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(byte key)
Byte2BooleanOrderedMapmoveToFirst in interface Byte2BooleanOrderedMapkey - that should be moved to the first indexpublic boolean moveToLast(byte key)
Byte2BooleanOrderedMapmoveToLast in interface Byte2BooleanOrderedMapkey - that should be moved to the first lastpublic boolean getAndMoveToFirst(byte key)
Byte2BooleanOrderedMapgetAndMoveToFirst in interface Byte2BooleanOrderedMapkey - that is searched forpublic boolean getAndMoveToLast(byte key)
Byte2BooleanOrderedMapgetAndMoveToLast in interface Byte2BooleanOrderedMapkey - that is searched forpublic byte firstByteKey()
Byte2BooleanOrderedMapfirstByteKey in interface Byte2BooleanOrderedMappublic byte pollFirstByteKey()
Byte2BooleanOrderedMappollFirstByteKey in interface Byte2BooleanOrderedMappublic byte lastByteKey()
Byte2BooleanOrderedMaplastByteKey in interface Byte2BooleanOrderedMappublic byte pollLastByteKey()
Byte2BooleanOrderedMappollLastByteKey in interface Byte2BooleanOrderedMappublic boolean firstBooleanValue()
Byte2BooleanOrderedMapfirstBooleanValue in interface Byte2BooleanOrderedMappublic boolean lastBooleanValue()
Byte2BooleanOrderedMaplastBooleanValue in interface Byte2BooleanOrderedMappublic Byte2BooleanOrderedMap copy()
Byte2BooleanMapcopy in interface Byte2BooleanMapcopy in interface Byte2BooleanOrderedMapcopy in class Byte2BooleanMaps.SynchronizedMappublic ByteOrderedSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Boolean>keySet in interface Byte2BooleanMapkeySet in interface Byte2BooleanOrderedMapkeySet in class Byte2BooleanMaps.SynchronizedMappublic ObjectOrderedSet<Byte2BooleanMap.Entry> byte2BooleanEntrySet()
Byte2BooleanMapbyte2BooleanEntrySet in interface Byte2BooleanMapbyte2BooleanEntrySet in interface Byte2BooleanOrderedMapbyte2BooleanEntrySet in class Byte2BooleanMaps.SynchronizedMap