Package ghidra.util.datastruct
Class SynchronizedListAccumulator<T>
java.lang.Object
ghidra.util.datastruct.SynchronizedListAccumulator<T>
- All Implemented Interfaces:
Accumulator<T>,Iterable<T>,Consumer<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ghidra.util.datastruct.Accumulator
accept, isEmpty, streamMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SynchronizedListAccumulator
public SynchronizedListAccumulator() -
SynchronizedListAccumulator
-
-
Method Details
-
add
- Specified by:
addin interfaceAccumulator<T>
-
addAll
- Specified by:
addAllin interfaceAccumulator<T>
-
contains
- Specified by:
containsin interfaceAccumulator<T>
-
get
- Specified by:
getin interfaceAccumulator<T>
-
asList
-
size
public int size()- Specified by:
sizein interfaceAccumulator<T>
-
clear
public void clear() -
iterator
-
toString
-