|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiterator.pnode
A structure describing a tuple. include a run number and the tuple
Field Summary | |
int |
run_num
which run does this tuple belong |
Tuple |
tuple
the tuple reference |
Constructor Summary | |
pnode()
class constructor, sets run_num to 0 and tuple
to null. |
|
pnode(int runNum,
Tuple t)
class constructor, sets run_num and tuple . |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int run_num
public Tuple tuple
Constructor Detail |
public pnode()
run_num
to 0 and tuple
to null.
public pnode(int runNum, Tuple t)
run_num
and tuple
.
runNum
- the run numbert
- the tuple
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |