public class Duple<T,U> extends Object implements Serializable
T
x
U
y
Duple(T x, U y)
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final T x
public final U y
public Duple(T x, U y)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2012. All Rights Reserved.