public static class HemfComment.EmfCommentDataIterator extends Object implements 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()
This method is not yet supported.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic EmfCommentDataIterator(LittleEndianInputStream leis, int limit, boolean emfParent)
public boolean hasNext()
hasNext in interface Iterator<HemfComment.EmfCommentData>public HemfComment.EmfCommentData next()
next in interface Iterator<HemfComment.EmfCommentData>public void remove()
remove in interface Iterator<HemfComment.EmfCommentData>UnsupportedOperationException - this method is not yet supported