Class QueryResultIterator
- java.lang.Object
-
- net.ontopia.topicmaps.query.utils.QueryResultIterator
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
has_next
protected String[]
keys
protected QueryResultIF
result
-
Constructor Summary
Constructors Constructor Description QueryResultIterator(QueryResultIF result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Map<String,Object>
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Field Detail
-
result
protected QueryResultIF result
-
keys
protected String[] keys
-
has_next
protected boolean has_next
-
-
Constructor Detail
-
QueryResultIterator
public QueryResultIterator(QueryResultIF result)
-
-