L
R
public class Pair<L,R> extends Object
left
right
Pair(L left, R right)
boolean
equals(Object otherObj)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public L left
public R right
public Pair(L left, R right)
public boolean equals(Object otherObj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2020. All rights reserved.