Package org.apache.poi.hwmf.usermodel
Class HwmfEmbeddedIterator
- java.lang.Object
-
- org.apache.poi.hwmf.usermodel.HwmfEmbeddedIterator
-
- All Implemented Interfaces:
Iterator<HwmfEmbedded>
public class HwmfEmbeddedIterator extends Object implements Iterator<HwmfEmbedded>
-
-
Constructor Summary
Constructors Constructor Description HwmfEmbeddedIterator(Iterator<HwmfRecord> recordIterator)HwmfEmbeddedIterator(HwmfPicture wmf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()HwmfEmbeddednext()-
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, remove
-
-
-
-
Constructor Detail
-
HwmfEmbeddedIterator
public HwmfEmbeddedIterator(HwmfPicture wmf)
-
HwmfEmbeddedIterator
public HwmfEmbeddedIterator(Iterator<HwmfRecord> recordIterator)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<HwmfEmbedded>
-
next
public HwmfEmbedded next()
- Specified by:
nextin interfaceIterator<HwmfEmbedded>
-
-