public class Pair<L,R> extends Object implements Serializable
Pair(L left, R right)
L
getLeft()
R
getRight()
static <L,R> Pair<L,R>
of(L l, R r)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(L left, R right)
public L getLeft()
public R getRight()
public static <L,R> Pair<L,R> of(L l, R r)
Copyright © 2022. All rights reserved.