public class Pair<O,T> extends Object implements Serializable
Pair(O one, T two)
boolean
equals(Object o)
O
getOne()
T
getTwo()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(O one, T two)
public O getOne()
public T getTwo()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2018 Calrissian. All rights reserved.