com.hp.hpl.jena.rdf.query
Class ResultBinding.ResultBindingIterator

java.lang.Object
  |
  +--com.hp.hpl.jena.rdf.query.ResultBinding.ResultBindingIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
ResultBinding

public static class ResultBinding.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()
           
 Value value()
           
 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()

value

public Value value()

remove

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


Copyright © 2001 Hewlett-Packard. All Rights Reserved.