com.hp.hpl.jena.rdql
Class ResultBindingIterator

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

public class ResultBindingIterator
extends java.lang.Object
implements java.util.Iterator

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


Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 java.lang.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 java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

varName

public java.lang.String varName()

remove

public void remove()
Specified by:
remove in interface java.util.Iterator


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