ca.uwaterloo.cs.ql.fb
Class TupleList
java.lang.Object
ca.uwaterloo.cs.ql.fb.TupleList
- All Implemented Interfaces:
- java.lang.Cloneable
public class TupleList
- extends java.lang.Object
- implements java.lang.Cloneable
TupleList
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TupleList
public TupleList()
TupleList
public TupleList(int initialCapacity)
get
public Tuple get(int ind)
add
public void add(Tuple t)
addAll
public void addAll(TupleList list)
size
public int size()
clear
public void clear()
clone
public java.lang.Object clone()
- Overrides:
clone in class java.lang.Object
toArray
public java.lang.Object[] toArray()
isEmpty
public boolean isEmpty()
iterator
public java.util.Iterator iterator()
select
public TupleList select(TupleSelector selector)