Class SetAccumulator<T>

java.lang.Object
ghidra.util.datastruct.SetAccumulator<T>
All Implemented Interfaces:
Accumulator<T>, Iterable<T>

public class SetAccumulator<T> extends Object implements Accumulator<T>