net.cscott.jutil

Class Default.PairList<A,B>

public static class Default.PairList<A,B> extends AbstractList implements Serializable

Constructor Summary
PairList(A left, B right)
Method Summary
Objectget(int index)
Aleft()
Bright()
Objectset(int index, Object element)
intsize()

Constructor Detail

PairList

public PairList(A left, B right)

Method Detail

get

public Object get(int index)

left

public A left()

right

public B right()

set

public Object set(int index, Object element)

size

public int size()
Copyright © 2003 C. Scott Ananian