Package com.twelfthmile.yuga.types
Class Pair<A,B>
java.lang.Object
com.twelfthmile.yuga.types.Pair<A,B>
public class Pair<A,B>
extends java.lang.Object
Created by johnjoseph on 19/03/17.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Pair
-
-
Method Details
-
getA
-
getB
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-