Package org.apache.poi.hemf.record.emf
Class HemfComment.EmfCommentDataIterator
- java.lang.Object
-
- org.apache.poi.hemf.record.emf.HemfComment.EmfCommentDataIterator
-
- All Implemented Interfaces:
java.util.Iterator<HemfComment.EmfCommentData>
- Enclosing class:
- HemfComment
public static class HemfComment.EmfCommentDataIterator extends java.lang.Object implements java.util.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()
-
-
-
Constructor Detail
-
EmfCommentDataIterator
public EmfCommentDataIterator(LittleEndianInputStream leis, int limit, boolean emfParent)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<HemfComment.EmfCommentData>
-
next
public HemfComment.EmfCommentData next()
- Specified by:
nextin interfacejava.util.Iterator<HemfComment.EmfCommentData>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<HemfComment.EmfCommentData>
-
-