public class ObjectList<T> extends java.lang.Object
ObjectList()
ObjectList(int buf)
void
add(T n)
clear()
T
get(int no)
java.lang.Object[]
getArray()
remove(int no)
int
search(T n)
set(int no, T o)
size()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectList()
public ObjectList(int buf)
public void clear()
public void add(T n)
public void set(int no, T o)
public T get(int no)
public void remove(int no)
public int size()
public int search(T n)
public java.lang.Object[] getArray()