Class SynchronizedListAccumulator<T>

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

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