Package ghidra.util.datastruct
Class ListAccumulator<T>
java.lang.Object
ghidra.util.datastruct.ListAccumulator<T>
- All Implemented Interfaces:
Accumulator<T>
,Iterable<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ghidra.util.datastruct.Accumulator
isEmpty, stream
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ListAccumulator
public ListAccumulator() -
ListAccumulator
-
-
Method Details
-
add
- Specified by:
add
in interfaceAccumulator<T>
-
addAll
- Specified by:
addAll
in interfaceAccumulator<T>
-
contains
- Specified by:
contains
in interfaceAccumulator<T>
-
get
- Specified by:
get
in interfaceAccumulator<T>
-
asList
-
size
public int size()- Specified by:
size
in interfaceAccumulator<T>
-
iterator
-
toString
-