Package org.apache.poi.hemf.record.emf
Class HemfComment.EmfCommentDataIterator
- java.lang.Object
-
- org.apache.poi.hemf.record.emf.HemfComment.EmfCommentDataIterator
-
- All Implemented Interfaces:
Iterator<HemfComment.EmfCommentData>
- Enclosing class:
- HemfComment
public static class HemfComment.EmfCommentDataIterator extends Object implements Iterator<HemfComment.EmfCommentData>
-
-
Constructor Summary
Constructors Constructor Description EmfCommentDataIterator(LittleEndianInputStream leis, int limit, boolean emfParent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()HemfComment.EmfCommentDatanext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
EmfCommentDataIterator
public EmfCommentDataIterator(LittleEndianInputStream leis, int limit, boolean emfParent)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<HemfComment.EmfCommentData>
-
next
public HemfComment.EmfCommentData next()
- Specified by:
nextin interfaceIterator<HemfComment.EmfCommentData>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<HemfComment.EmfCommentData>
-
-