public class Pair<A,B> extends Object
A
value0
B
value1
Pair()
Pair(A value0, B value1)
boolean
equals(Object obj)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public A value0
public B value1
public Pair()
public Pair(A value0, B value1)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2016. All rights reserved.