com.hp.hpl.jena.util.tuple
Class TupleSet

java.lang.Object
  |
  +--com.hp.hpl.jena.util.tuple.TupleSet
All Implemented Interfaces:
java.util.Iterator

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

Author:
afs

Field Summary
 java.lang.String line
           
 int lineNumber
           
 
Constructor Summary
TupleSet(java.io.Reader r)
          Creates new TupleSet
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

line

public java.lang.String line

lineNumber

public int lineNumber
Constructor Detail

TupleSet

public TupleSet(java.io.Reader r)
Creates new TupleSet
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

remove

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


Copyright © 2001 Hewlett-Packard. All Rights Reserved.