@ApiStatus.Internal public final class Pair<A,B> extends java.lang.Object
Pair(A first, B second)
A
getFirst()
B
getSecond()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(@Nullable A first, @Nullable B second)
@Nullable public A getFirst()
@Nullable public B getSecond()