@Internal
public final class Pair<A,B>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Pair
public Pair(@Nullable
A first,
@Nullable
B second)
-
Method Details
-
getFirst
@Nullable
public A getFirst()
-
getSecond
@Nullable
public B getSecond()