|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.toronto.cs.proof.NodePair
public class NodePair
A tuple class -- don't we have one in util package? in any case, can't we just use arrays for that?
Field Summary | |
---|---|
DaVinciGraph.FullNode |
fst
|
DaVinciGraph.FullNode |
snd
|
Constructor Summary | |
---|---|
NodePair(DaVinciGraph.FullNode _fst,
DaVinciGraph.FullNode _snd)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public DaVinciGraph.FullNode fst
public DaVinciGraph.FullNode snd
Constructor Detail |
---|
public NodePair(DaVinciGraph.FullNode _fst, DaVinciGraph.FullNode _snd)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |