public class Pair<A,B> extends Object implements Serializable
Pair(A first, B second)
boolean
equals(Object o)
A
first()
int
hashCode()
static <A,B> Pair<A,B>
newPair(A first, B second)
B
second()
String
toString()
getClass, notify, notifyAll, wait, wait, wait
public Pair(A first, B second)
public static <A,B> Pair<A,B> newPair(A first, B second)
public A first()
public B second()
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object o)
equals
Copyright © 2013 Metron, Inc.. All rights reserved.