public static class HemfComment.EmfCommentDataIterator extends java.lang.Object implements java.util.Iterator<HemfComment.EmfCommentData>
Constructor and Description |
---|
EmfCommentDataIterator(LittleEndianInputStream leis,
int limit,
boolean emfParent) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
HemfComment.EmfCommentData |
next() |
void |
remove() |
public EmfCommentDataIterator(LittleEndianInputStream leis, int limit, boolean emfParent)
public boolean hasNext()
hasNext
in interface java.util.Iterator<HemfComment.EmfCommentData>
public HemfComment.EmfCommentData next()
next
in interface java.util.Iterator<HemfComment.EmfCommentData>
public void remove()
remove
in interface java.util.Iterator<HemfComment.EmfCommentData>
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.