L
R
public class Pair<L,R> extends Object
Pair(L first, R second)
boolean
equals(Object other)
first()
int
hashCode()
second()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(L first, R second)
public L first()
public R second()
public boolean equals(Object other)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2018. All rights reserved.