Class LightHashMapEx<S,T>
java.lang.Object
java.util.AbstractMap<S,T>
com.biglybt.core.util.LightHashMap<S,T>
com.biglybt.core.util.LightHashMapEx<S,T>
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
FieldsFields inherited from class LightHashMap
data, loadFactor, size -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LightHashMap
capacity, clear, clone, compactify, containsKey, containsValue, entrySet, get, keySet, main, put, putAll, remove, test, valuesMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
FL_MAP_ORDER_INCORRECT
public static final byte FL_MAP_ORDER_INCORRECT- See Also:
-
flags
private byte flags
-
-
Constructor Details
-
LightHashMapEx
-
-
Method Details
-
setFlag
public void setFlag(byte flag, boolean set) -
getFlag
public boolean getFlag(byte flag)
-