java.lang.Object
com.igormaznitsa.mvngolang.utils.Tuple<A,B>
public class Tuple<A,B>
extends java.lang.Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
@Nonnull
public static <A,
B> Tuple<A,B> of(
@Nonnull
A left,
@Nonnull
B right)
-
public boolean equals(@Nullable
java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
-
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
-
-
@Nonnull
public B right()