Qore jni Module 2.4.0
Loading...
Searching...
No Matches
org.qore.lang.HashListIterator Class Reference

Java wrapper for the Qore::ContextIterator class in Qore. More...

Inheritance diagram for org.qore.lang.HashListIterator:
org.qore.lang.AbstractIterator

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.
 
- Public Member Methods inherited from org.qore.lang.AbstractIterator
 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.
 
Object getValue () throws Throwable
 returns the current value
 
boolean valid () throws Throwable
 returns true if the iterator is currently pointing at a valid element, false if not
 

Detailed Description

Java wrapper for the Qore::ContextIterator class in Qore.

Note
Loads and initializes the Qore library and the jni module in static initialization if necessary
Deprecated:
Use dynamic imports instead: import qore.Qore.HashListIterator;

The documentation for this class was generated from the following file: