Interface List

public interface List
extends Collection

// Implemented by ArrayList, Vector, AbstractList

Methods

add(Object)
add(int, Object)
addAll(Collection)
addAll(int, Collection)
clear()
contains(Object)
containsAll(Collection)
equals(Object)
get(int)
hashCode()
indexOf(Object)
isEmpty()
iterator()
lastIndexOf(Object)
remove(Object)
remove(int)
removeAll(Collection)
retainAll(Collection)
set(int, Object)
size()
toArray()