public class Pair<F,S> extends Object implements Serializable
F
first
S
second
Pair(F f, S s)
static <F,S> Pair<F,S>
create(F f, S s)
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final F first
public final S second
public Pair(F f, S s)
public static <F,S> Pair<F,S> create(F f, S s)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2023 PingCAP. All rights reserved.