public static class Int2ByteMaps.UnmodifyableOrderedMap extends Int2ByteMaps.UnmodifyableMap implements Int2ByteOrderedMap
AbstractInt2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2ByteOrderedMap.FastOrderedSetInt2ByteMap.BuilderCache, Int2ByteMap.Entry, Int2ByteMap.FastEntrySet, Int2ByteMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Int2ByteOrderedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
byte |
firstByteValue()
A method to get the first Value of a Map.
|
int |
firstIntKey()
A method to get the first Key of a Map.
|
byte |
getAndMoveToFirst(int key)
A Specific get method that allows to move teh given key/value int the first index.
|
byte |
getAndMoveToLast(int key)
A Specific get method that allows to move teh given key/value int the last index.
|
ObjectOrderedSet<Int2ByteMap.Entry> |
int2ByteEntrySet()
Type Sensitive EntrySet to reduce boxing/unboxing and optionally Temp Object Allocation.
|
IntOrderedSet |
keySet() |
byte |
lastByteValue()
A method to get the last Value of a Map.
|
int |
lastIntKey()
A method to get the last Key of a Map.
|
boolean |
moveToFirst(int key)
A specific move method to move a given key/value to the first index.
|
boolean |
moveToLast(int key)
A specific move method to move a given key/value to the last index.
|
int |
pollFirstIntKey()
A method to get and remove the first Key of a Map.
|
int |
pollLastIntKey()
A method to get and remove the last Key of a Map.
|
byte |
putAndMoveToFirst(int key,
byte value)
A customized put method that allows you to insert into the first index.
|
byte |
putAndMoveToLast(int key,
byte value)
A customized put method that allows you to insert into the last index.
|
addTo, clear, computeByte, computeByteIfAbsent, computeByteIfPresent, get, getOrDefault, mergeAllByte, mergeByte, put, putIfAbsent, remove, remove, removeOrDefault, replaceBytes, replaceBytes, subFrom, supplyByteIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringsynchronize, synchronize, unmodifiableaddTo, addToAll, applyAsByte, builder, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, subFrom, supplyByteIfAbsent, valuespublic byte putAndMoveToFirst(int key,
byte value)
Int2ByteOrderedMapputAndMoveToFirst in interface Int2ByteOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public byte putAndMoveToLast(int key,
byte value)
Int2ByteOrderedMapputAndMoveToLast in interface Int2ByteOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(int key)
Int2ByteOrderedMapmoveToFirst in interface Int2ByteOrderedMapkey - that should be moved to the first indexpublic boolean moveToLast(int key)
Int2ByteOrderedMapmoveToLast in interface Int2ByteOrderedMapkey - that should be moved to the first lastpublic byte getAndMoveToFirst(int key)
Int2ByteOrderedMapgetAndMoveToFirst in interface Int2ByteOrderedMapkey - that is searched forpublic byte getAndMoveToLast(int key)
Int2ByteOrderedMapgetAndMoveToLast in interface Int2ByteOrderedMapkey - that is searched forpublic int firstIntKey()
Int2ByteOrderedMapfirstIntKey in interface Int2ByteOrderedMappublic int pollFirstIntKey()
Int2ByteOrderedMappollFirstIntKey in interface Int2ByteOrderedMappublic int lastIntKey()
Int2ByteOrderedMaplastIntKey in interface Int2ByteOrderedMappublic int pollLastIntKey()
Int2ByteOrderedMappollLastIntKey in interface Int2ByteOrderedMappublic byte firstByteValue()
Int2ByteOrderedMapfirstByteValue in interface Int2ByteOrderedMappublic byte lastByteValue()
Int2ByteOrderedMaplastByteValue in interface Int2ByteOrderedMappublic Int2ByteOrderedMap copy()
Int2ByteMapcopy in interface Int2ByteMapcopy in interface Int2ByteOrderedMapcopy in class Int2ByteMaps.UnmodifyableMappublic IntOrderedSet keySet()
keySet in interface java.util.Map<java.lang.Integer,java.lang.Byte>keySet in interface Int2ByteMapkeySet in interface Int2ByteOrderedMapkeySet in class Int2ByteMaps.UnmodifyableMappublic ObjectOrderedSet<Int2ByteMap.Entry> int2ByteEntrySet()
Int2ByteMapint2ByteEntrySet in interface Int2ByteMapint2ByteEntrySet in interface Int2ByteOrderedMapint2ByteEntrySet in class Int2ByteMaps.UnmodifyableMap