Package ghidra.program.model.listing
Class DataIterator.IteratorWrapper
- java.lang.Object
-
- ghidra.program.model.listing.DataIterator.IteratorWrapper
-
- All Implemented Interfaces:
DataIterator
,java.lang.Iterable<Data>
,java.util.Iterator<Data>
- Enclosing interface:
- DataIterator
public static class DataIterator.IteratorWrapper extends java.lang.Object implements 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Data
next()
-
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
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceDataIterator
- Specified by:
hasNext
in interfacejava.util.Iterator<Data>
-
next
public Data next()
- Specified by:
next
in interfaceDataIterator
- Specified by:
next
in interfacejava.util.Iterator<Data>
-
-