public final class Pair<A,B> extends Object implements Serializable
This is a utility class.
Pair(A a, B b)
boolean
equals(Object other)
A
getA()
B
getB()
int
hashCode()
void
setA(A a)
setB(B b)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(A a, B b)
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
public String toString()
toString
public void setA(A a)
public A getA()
public void setB(B b)
public B getB()
Copyright © 2017 JBoss by Red Hat. All rights reserved.