Package ghidra.program.model.listing
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 ghidra.program.model.listing.DataIterator
DataIterator.IteratorWrapper
-
Field Summary
Fields inherited from interface ghidra.program.model.listing.DataIterator
EMPTY
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.program.model.listing.DataIterator
iterator
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceDataIterator
- Specified by:
hasNext
in interfaceIterator<Data>
-
next
- Specified by:
next
in interfaceDataIterator
- Specified by:
next
in interfaceIterator<Data>
-