public static class Long2BooleanMaps.UnmodifyableOrderedMap extends Long2BooleanMaps.UnmodifyableMap implements Long2BooleanOrderedMap
AbstractLong2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Long2BooleanOrderedMap.FastOrderedSetLong2BooleanMap.BuilderCache, Long2BooleanMap.Entry, Long2BooleanMap.FastEntrySet, Long2BooleanMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Long2BooleanOrderedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
boolean |
firstBooleanValue()
A method to get the first Value of a Map.
|
long |
firstLongKey()
A method to get the first Key of a Map.
|
boolean |
getAndMoveToFirst(long key)
A Specific get method that allows to move teh given key/value int the first index.
|
boolean |
getAndMoveToLast(long key)
A Specific get method that allows to move teh given key/value int the last index.
|
LongOrderedSet |
keySet() |
boolean |
lastBooleanValue()
A method to get the last Value of a Map.
|
long |
lastLongKey()
A method to get the last Key of a Map.
|
ObjectOrderedSet<Long2BooleanMap.Entry> |
long2BooleanEntrySet()
Type Sensitive EntrySet to reduce boxing/unboxing and optionally Temp Object Allocation.
|
boolean |
moveToFirst(long key)
A specific move method to move a given key/value to the first index.
|
boolean |
moveToLast(long key)
A specific move method to move a given key/value to the last index.
|
long |
pollFirstLongKey()
A method to get and remove the first Key of a Map.
|
long |
pollLastLongKey()
A method to get and remove the last Key of a Map.
|
boolean |
putAndMoveToFirst(long key,
boolean value)
A customized put method that allows you to insert into the first index.
|
boolean |
putAndMoveToLast(long key,
boolean value)
A customized put method that allows you to insert into the last index.
|
clear, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, get, getOrDefault, mergeAllBoolean, mergeBoolean, put, putIfAbsent, remove, remove, removeOrDefault, replaceBooleans, replaceBooleans, supplyBooleanIfAbsent, valuescontainsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringsynchronize, 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, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, supplyBooleanIfAbsent, valuespublic boolean putAndMoveToFirst(long key,
boolean value)
Long2BooleanOrderedMapputAndMoveToFirst in interface Long2BooleanOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean putAndMoveToLast(long key,
boolean value)
Long2BooleanOrderedMapputAndMoveToLast in interface Long2BooleanOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(long key)
Long2BooleanOrderedMapmoveToFirst in interface Long2BooleanOrderedMapkey - that should be moved to the first indexpublic boolean moveToLast(long key)
Long2BooleanOrderedMapmoveToLast in interface Long2BooleanOrderedMapkey - that should be moved to the first lastpublic boolean getAndMoveToFirst(long key)
Long2BooleanOrderedMapgetAndMoveToFirst in interface Long2BooleanOrderedMapkey - that is searched forpublic boolean getAndMoveToLast(long key)
Long2BooleanOrderedMapgetAndMoveToLast in interface Long2BooleanOrderedMapkey - that is searched forpublic long firstLongKey()
Long2BooleanOrderedMapfirstLongKey in interface Long2BooleanOrderedMappublic long pollFirstLongKey()
Long2BooleanOrderedMappollFirstLongKey in interface Long2BooleanOrderedMappublic long lastLongKey()
Long2BooleanOrderedMaplastLongKey in interface Long2BooleanOrderedMappublic long pollLastLongKey()
Long2BooleanOrderedMappollLastLongKey in interface Long2BooleanOrderedMappublic boolean firstBooleanValue()
Long2BooleanOrderedMapfirstBooleanValue in interface Long2BooleanOrderedMappublic boolean lastBooleanValue()
Long2BooleanOrderedMaplastBooleanValue in interface Long2BooleanOrderedMappublic Long2BooleanOrderedMap copy()
Long2BooleanMapcopy in interface Long2BooleanMapcopy in interface Long2BooleanOrderedMapcopy in class Long2BooleanMaps.UnmodifyableMappublic LongOrderedSet keySet()
keySet in interface java.util.Map<java.lang.Long,java.lang.Boolean>keySet in interface Long2BooleanMapkeySet in interface Long2BooleanOrderedMapkeySet in class Long2BooleanMaps.UnmodifyableMappublic ObjectOrderedSet<Long2BooleanMap.Entry> long2BooleanEntrySet()
Long2BooleanMaplong2BooleanEntrySet in interface Long2BooleanMaplong2BooleanEntrySet in interface Long2BooleanOrderedMaplong2BooleanEntrySet in class Long2BooleanMaps.UnmodifyableMap