com.hp.hpl.jena.rdql
Class ResultBindingIterator

java.lang.Object
  extended by com.hp.hpl.jena.rdql.ResultBindingIterator
All Implemented Interfaces:
Iterator

public class ResultBindingIterator
extends Object
implements Iterator

Iterates over the variable names. Has extra operations to access the current variable value.


Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 String varName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

varName

public String varName()

remove

public void remove()
Specified by:
remove in interface Iterator


Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP