![]() |
Qore jni Module 2.3.1
|
Java wrapper for the Qore::ContextIterator class in Qore. More...
Public Member Methods | |
HashListIterator (QoreObject obj) throws Throwable | |
creates the object as a wrapper for the Qore object | |
HashListIterator (Hash h) throws Throwable | |
creates the object as a wrapper for the Qore object | |
Hash | getHash () throws Throwable |
Returns the current hash corresponding to the iterator position. | |
![]() | |
AbstractIterator (QoreObject obj) throws Throwable | |
creates the object as a wrapper for the Qore object | |
boolean | next () throws Throwable |
Moves the current position to the next element; returns False if there are no more elements. More... | |
Object | getValue () throws Throwable |
returns the current value More... | |
boolean | valid () throws Throwable |
returns true if the iterator is currently pointing at a valid element, false if not More... | |
![]() | |
QoreObjectWrapper (QoreObject obj) | |
creates the wrapper object with the Qore object | |
void | release () |
releases the Qore object; do not call any further methods on the object after this call | |
QoreObject | getQoreObject () |
returns the Qore object | |
String | className () |
returns the class name for the Qore object | |
boolean | instanceOf (String class_name) |
returns true if the object is an instance of the given class | |
Additional Inherited Members | |
![]() | |
QoreObject | obj |
the wrapper Qore object | |
Java wrapper for the Qore::ContextIterator class in Qore.
import qore.Qore.HashListIterator;