Package com.biglybt.core.util
Class CopyOnWriteSet<T>
java.lang.Object
com.biglybt.core.util.CopyOnWriteSet<T>
- All Implemented Interfaces:
Iterable<T>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean
private boolean
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
is_identify
private final boolean is_identify -
set
-
visible
private boolean visible
-
-
Constructor Details
-
CopyOnWriteSet
public CopyOnWriteSet(boolean identity_hash_set)
-
-
Method Details