net.cscott.jutil
public static class Default.PairList<A,B> extends AbstractList implements Serializable
Constructor Summary | |
---|---|
PairList(A left, B right) |
Method Summary | |
---|---|
Object | get(int index) |
A | left() |
B | right() |
Object | set(int index, Object element) |
int | size() |