@NullMarked
public class Pair<Left,Right>
extends Object
-
Method Summary
static <Left,
Right>
Pair<Left,Right>
of(Left left,
Right right)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
of
public static <Left,
Right> Pair<Left,Right> of(Left left,
Right right)
-
-