Package ghidra.trace.util
Class CopyOnWrite.WeakHashCowSet<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
ghidra.trace.util.CopyOnWrite.WeakAbstractCowSet<E>
ghidra.trace.util.CopyOnWrite.WeakHashCowSet<E>
- All Implemented Interfaces:
Iterable<E>,Collection<E>,Set<E>
- Enclosing interface:
CopyOnWrite
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ghidra.trace.util.CopyOnWrite.WeakAbstractCowSet
add, clear, contains, isEmpty, iterator, remove, size, toArray, toArrayMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
addAll, containsAll, retainAll, spliterator
-
Constructor Details
-
WeakHashCowSet
public WeakHashCowSet()
-
-
Method Details
-
newWeakValueCowMap
- Specified by:
newWeakValueCowMapin classCopyOnWrite.WeakAbstractCowSet<E>
-