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