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 DataIterator
DataIterator.IteratorWrapper -
Field Summary
FieldsFields inherited from interface DataIterator
EMPTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining, remove
-
Field Details
-
it
-
-
Constructor Details
-
WrappingDataIterator
-
-
Method Details
-
iterator
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceDataIterator- Specified by:
hasNextin interfaceIterator<Data>
-
next
-