public class Pair<A,B> extends Object implements Serializable, Cloneable
Pair(A first, B second)
Pair<A,B>
clone()
boolean
equals(Object obj)
A
getFirst()
B
getSecond()
int
hashCode()
static <A,B> Pair<A,B>
newInstance(A first, B second)
String
toString()
finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(A first, B second)
public static <A,B> Pair<A,B> newInstance(A first, B second)
public A getFirst()
public B getSecond()
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
public Pair<A,B> clone()
clone
Copyright © 2014 aQute SARL. All rights reserved.