public final class Pair<T1,T2> extends Object
Pair(T1 first, T2 second)
T1
getFirst()
T2
getSecond()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(T1 first, T2 second)
public T1 getFirst()
public T2 getSecond()
Copyright © 2020 Seata. All rights reserved.