Uses of Class
net.sf.bddbddb.TupleIterator

Packages that use TupleIterator
net.sf.bddbddb   
 

Uses of TupleIterator in net.sf.bddbddb
 

Methods in net.sf.bddbddb that return TupleIterator
 TupleIterator LSRelation.iterator()
           
 TupleIterator BDDRelation.iterator()
           
abstract  TupleIterator Relation.iterator()
          Return an iterator over the tuples of this relation.
 TupleIterator LSRelation.iterator(java.math.BigInteger[] j)
           
 TupleIterator BDDRelation.iterator(java.math.BigInteger[] j)
           
abstract  TupleIterator Relation.iterator(java.math.BigInteger[] j)
          Return an iterator over the tuples where the fields match the values in the given array.
 TupleIterator LSRelation.iterator(int k)
           
 TupleIterator BDDRelation.iterator(int k)
           
abstract  TupleIterator Relation.iterator(int k)
          Return an iterator over the values in the kth field of the relation.
 TupleIterator LSRelation.iterator(int k, java.math.BigInteger j)
           
 TupleIterator BDDRelation.iterator(int k, java.math.BigInteger j)
           
abstract  TupleIterator Relation.iterator(int k, java.math.BigInteger j)
          Return an iterator over the tuples where the kth field has value j.
 



Copyright © 2004-2008 Stanford SUIF Compiler Group. All Rights Reserved.