Google Web Toolkit
« prev
next »
Google Code Home
>
Google Web Toolkit
>
JRE Emulation Library
>
java.util
>
List
Google Web Toolkit
Download GWT
Product Overview
Getting Started Guide
Example Projects
Developer Guide
Class Reference
Issue Tracking
Developer Forum
GWT Blog
GWT FAQ
Making GWT Better
Third Party Tools
Search Google Code:
Interface List
public interface
List
extends
Collection
// Implemented by
ArrayList
,
Vector
,
AbstractList
Represents a sequence of objects.
Methods
add(int, Object)
add(Object)
addAll(Collection)
addAll(int, Collection)
clear()
contains(Object)
containsAll(Collection)
equals(Object)
get(int)
hashCode()
indexOf(Object)
isEmpty()
iterator()
lastIndexOf(Object)
listIterator()
listIterator(int)
remove(int)
remove(Object)
removeAll(Collection)
retainAll(Collection)
set(int, Object)
size()
toArray()