public class Pair<F,S> extends Object
Pair(F a, S b)
boolean
equals(Object o)
F
first()
int
hashCode()
S
second()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(F a, S b)
public F first()
public S second()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2013–2016. All rights reserved.