|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpdftron.Common.PDFNetIterator
public abstract class PDFNetIterator
Supports a simple iteration over a non-generic collection.
| Constructor Summary | |
|---|---|
PDFNetIterator()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDFNetIterator()
| Method Detail |
|---|
public void Destroy()
throws PDFNetException
PDFNetExceptionpublic abstract java.lang.Object next()
next in interface java.util.Iteratorpublic abstract java.lang.Object clone()
clone in class java.lang.Objectpublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator
|
© 2002-2011 PDFTron Systems Inc. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||