public class Pair<V1,V2> extends Object
V1
first
V2
second
boolean
equals(Object o)
int
hashCode()
static <V1,V2> Pair<V1,V2>
of(V1 v1, V2 v2)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final V1 first
public final V2 second
public static <V1,V2> Pair<V1,V2> of(V1 v1, V2 v2)
@SideEffectFree public String toString()
toString
Object
@Pure public int hashCode()
hashCode
public boolean equals(Object o)
equals