| java.lang.Object | |
| ↳ | com.pdftron.common.PDFNetIterator<T> |
Known Direct Subclasses
|
Supports a simple iteration over a non-generic collection.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PDFNetIterator() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void |
Destroy()
Frees the native memory of the object.
| ||||||||||
| abstract Object | clone() | ||||||||||
| void |
close()
Frees the native memory of the object.
| ||||||||||
| boolean |
hasNext()
Determine whether iterator can be successfully advanced to the next element
| ||||||||||
| abstract T |
next()
Advances the iterator to the next element of the collection.
| ||||||||||
| void | remove() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.AutoCloseable
| |||||||||||
From interface
java.util.Iterator
| |||||||||||
Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.
| PDFNetException |
|---|
Frees the native memory of the object. This can be explicitly called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.
| PDFNetException |
|---|
Determine whether iterator can be successfully advanced to the next element
Advances the iterator to the next element of the collection.