L
R
public class Both<L,R> extends Object
left
right
Both(L left, R right)
boolean
equals(Object obj)
getLeft()
getRight()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Both(L left, R right)
public L getLeft()
public R getRight()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2016. All rights reserved.