public class Pair<F,S> extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static <F,S> Pair<F,S> |
create(F f,
S s) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
Copyright © 2024 PingCAP. All rights reserved.