WeakSet

Package: ghidra.util.datastruct
Type: class

11.0_PUBLIC

addedmethod: contains
boolean contains(java.lang.Object t)
addedmethod: remove
boolean remove(java.lang.Object t)
addedmethod: toArray
java.lang.Object[] toArray()
addedmethod: toArray
T[] toArray(T[] a)
modifiedmethod: add
return type: void → boolean
- void add(T t)
+ boolean add(T t)
modifiedtype-implements: WeakSet
- java.lang.Iterable
+ java.util.Set
removedmethod: contains
boolean contains(T t)
removedmethod: remove
void remove(T t)

10.3_PUBLIC

removedmethod: toString
java.lang.String toString()

9.1_PUBLIC

addedmethod: toString
java.lang.String toString()

9.0.2_PUBLIC

addedmethod: maybeWarnAboutAnonymousValue
void maybeWarnAboutAnonymousValue(T t)
addedfield: weakHashStorage
java.util.WeakHashMap<T,T> weakHashStorage

9.0.1_PUBLIC

introducedInitial version