T1
T2
public class Pair<T1,T2> extends Object
Pair(T1 f, T2 l)
boolean
equals(Object rhs)
first()
<R1,R2> Pair<R1,R2>
fmap(Delegate<R1,T1> withFirst, Delegate<R2,T2> withSecond)
int
hashCode()
static <T1,T2> Pair<T1,T2>
of(T1 first, T2 second)
second()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(T1 f, T2 l)
public T1 first()
public T2 second()
public <R1,R2> Pair<R1,R2> fmap(Delegate<R1,T1> withFirst, Delegate<R2,T2> withSecond)
public boolean equals(Object rhs)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
public static <T1,T2> Pair<T1,T2> of(T1 first, T2 second)
Copyright © 2013. All rights reserved.