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