public class Pair<F,S> extends Object
F
first
S
second
Pair(F first, S second)
static <A,B> Pair<A,B>
create(A a, B b)
boolean
equals(Object o)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public final F first
public final S second
public Pair(F first, S second)
public static <A,B> Pair<A,B> create(A a, B b)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2012-2013. All Rights Reserved.