public class Pair<A,B> extends Object
Pair(A left, B right)
boolean
equals(Object obj)
A
getLeft()
B
getRight()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(A left, B right)
public A getLeft()
public B getRight()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2021 The Apache Software Foundation. All rights reserved.