Package ghidra.trace.util
Class WrappingDataIterator
java.lang.Object
ghidra.trace.util.WrappingDataIterator
- All Implemented Interfaces:
DataIterator,Iterable<Data>,Iterator<Data>
-
Nested Class Summary
Nested classes/interfaces inherited from interface ghidra.program.model.listing.DataIterator
DataIterator.IteratorWrapper -
Field Summary
FieldsFields inherited from interface ghidra.program.model.listing.DataIterator
EMPTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
it
-
-
Constructor Details
-
WrappingDataIterator
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceDataIterator- Specified by:
iteratorin interfaceIterable<Data>
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceDataIterator- Specified by:
hasNextin interfaceIterator<Data>
-
next
- Specified by:
nextin interfaceDataIterator- Specified by:
nextin interfaceIterator<Data>
-