Package edu.cmu.tetrad.graph
Class OrderedPair<E>
java.lang.Object
edu.cmu.tetrad.graph.OrderedPair<E>
- Type Parameters:
E
- The type of the objects in the pair.
- All Implemented Interfaces:
TetradSerializable
,TetradSerializableExcluded
,Serializable
public class OrderedPair<E>
extends Object
implements TetradSerializable, TetradSerializableExcluded
An ordered pair of objects. This does not serialize well, unfortunately.
- Version:
- $Id: $Id
- Author:
- Tyler Gibson
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OrderedPair
-
-
Method Details
-
getFirst
-
getSecond
-
hashCode
-
equals
-
toString
-