net.ontopia.topicmaps.query.utils
Class QueryResultIterator
java.lang.Object
net.ontopia.topicmaps.query.utils.QueryResultIterator
- All Implemented Interfaces:
- Iterator
public class QueryResultIterator
- extends Object
- implements Iterator
INTERNAL: Iterator that iterates over a QueryResultIF and returns a
new immutable Map instance for each query result row.
- Since:
- 2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
result
protected QueryResultIF result
keys
protected Object[] keys
has_next
protected boolean has_next
QueryResultIterator
public QueryResultIterator(QueryResultIF result)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
Copyright © 2000-2012 Ontopia.