Class Overview
NumberTreeIterator is used to traverse key/value pairs in a NumberTree.
Summary
[Expand]
Inherited Methods |
From class
com.pdftron.sdf.DictIterator
long
|
__GetHandle()
|
void
|
close()
Frees the native memory of the object.
|
void
|
destroy()
Frees the native memory of the object.
|
boolean
|
hasNext()
Checks if DictIterator can advance to the next item.
|
Obj
|
key()
Get the key of the current dictionary entry
|
void
|
next()
Advances the iterator to the next element of the collection.
|
Obj
|
value()
Get the value of the current dictionary entry
|
|
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.AutoCloseable
|