java.util
Class AbstractList<E>
public abstract
class
AbstractList<E>
extends AbstractCollection<E>
implements List<E>
protected transient int modCount
protected AbstractList()
public void add(int index,
E element)
public void clear()
public boolean equals(Object o)
public abstract
E get(int index)
public int hashCode()
public int indexOf(Object o)
public int lastIndexOf(Object o)
public
E remove(int index)
protected void removeRange(int fromIndex, int toIndex)
public
E set(int index,
E element)
public
List<
E> subList(int fromIndex, int toIndex)