public class Pair<A,B> extends Object
Pair(A a, B b)
A
car()
B
cdr()
static <L,R> Pair<L,R>
create(L x, R y)
boolean
equals(Object other)
getLeft()
getRight()
int
hashCode()
String
toString()
getClass, notify, notifyAll, wait, wait, wait
public Pair(A a, B b)
public static <L,R> Pair<L,R> create(L x, R y)
public A getLeft()
public B getRight()
public A car()
public B cdr()
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
public String toString()
toString
Licenced under the Apache License, Version 2.0