public class Pair<L,R> extends Object
L
left
R
right
Pair(L left, R right)
boolean
equals(Object obj)
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 int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2017. All rights reserved.