Package com.biglybt.core.util
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 java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
FieldsFields inherited from class com.biglybt.core.util.LightHashMap
data, loadFactor, size
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.biglybt.core.util.LightHashMap
capacity, clear, clone, compactify, containsKey, containsValue, entrySet, get, keySet, main, put, putAll, remove, test, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.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)
-