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