public class Couple<T> extends Pair<T,T>
Pair.NonNull<A,B>
first, second
Couple(T first, T second)
static <T> Couple<T>
getEmpty()
of(T first, T second)
create, createFunction, createNonNull, empty, equals, getFirst, getFirst, getSecond, getSecond, hashCode, pair, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Couple(T first, T second)
public static <T> Couple<T> of(T first, T second)
public static <T> Couple<T> getEmpty()
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.