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 booleanhasNext()Datanext()-
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:
hasNextin interfaceDataIterator- Specified by:
hasNextin interfacejava.util.Iterator<Data>
-
next
public Data next()
- Specified by:
nextin interfaceDataIterator- Specified by:
nextin interfacejava.util.Iterator<Data>
-
-