public class Pair<CAR,CDR> extends Object
Pair(CAR CAR, CDR CDR)
CAR
car()
CDR
cdr()
getFirst()
getSecond()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Pair(CAR CAR, CDR CDR)
public CAR getFirst()
public CDR getSecond()
public CAR car()
public CDR cdr()
public String toString()
toString
Object
Copyright © 2015. All rights reserved.