Class Pair
- java.lang.Object
-
- org.openprovenance.prov.validation.matrix.Pair
-
public final class Pair extends Object
A Pair is a container for two coordinates, the "first" and the "second" one.
-
-
Method Detail
-
getFirst
public int getFirst()
Returns the first.- Returns:
- int
-
getSecond
public int getSecond()
Returns the second.- Returns:
- int
-
getValue
public int getValue()
-
toString
public String toString()
- Overrides:
toStringin classObject- See Also:
Integer.toString()
-
-