L
R
public class Pair<L,R> extends Object implements Serializable
left
right
Pair(L l, R r)
boolean
equals(Object obj)
getLeft()
getRight()
int
hashCode()
void
setLeft(L left)
setRight(R right)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public L left
public R right
public Pair(L l, R r)
public void setLeft(L left)
public L getLeft()
public void setRight(R right)
public R getRight()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2022 The Apache Software Foundation. All rights reserved.