public class Pair<A,B> extends Object
A
getFirst()
B
getSecond()
static <A,B> Pair<A,B>
with(A first, B second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <A,B> Pair<A,B> with(A first, B second)
public A getFirst()
public B getSecond()
Copyright © 2018–2021 Alibaba Group. All rights reserved.