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