org.mortbay.util
public class SingletonList extends AbstractList
Version: $Revision: 1.3 $
Method Summary | |
---|---|
Object | get(int i) |
Iterator | iterator() |
ListIterator | listIterator() |
ListIterator | listIterator(int i) |
static SingletonList | newSingletonList(Object o) |
int | size() |