public abstract class PDFNetIterator
extends java.lang.Object
implements java.util.Iterator, java.lang.Cloneable
Constructor and Description |
---|
PDFNetIterator() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
clone() |
void |
Destroy()
Frees the native memory of the object.
|
boolean |
hasNext()
Determine whether iterator can be successfully advanced to the next element
|
abstract java.lang.Object |
next()
Advances the iterator to the next element of the collection.
|
void |
remove() |
public void Destroy() throws PDFNetException
PDFNetException
public abstract java.lang.Object next()
next
in interface java.util.Iterator
public abstract java.lang.Object clone()
clone
in class java.lang.Object
public boolean hasNext()
hasNext
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator