public class Pair<A,B> extends Object
Pair(A first, B second)
boolean
equals(Object other)
A
getFirst()
B
getSecond()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(A first, B second)
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
public String toString()
toString
public A getFirst()
public B getSecond()
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.