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>
  • Constructor Details

    • SynchronizedListAccumulator

      public SynchronizedListAccumulator()
    • SynchronizedListAccumulator

      public SynchronizedListAccumulator(List<T> list)
  • Method Details