public class Pair<A,B> extends Object
Pair(A a, B b)
A
a()
B
b()
boolean
equals(Object obj)
int
hashCode()
static <A,B> Pair<A,B>
of(A a, B b)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(A a, B b)
public A a()
public B b()
public String toString()
toString
Object
public static <A,B> Pair<A,B> of(A a, B b)
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2014. All Rights Reserved.