Google Web Toolkit (Beta)
« prev
next »
Google Code Home
>
Google Web Toolkit
>
JRE Emulation Library
>
java.util
>
List
Google Web Toolkit
Product Overview
Getting Started Guide
Download SDK
Developer Guide
Example Projects
GWT Class Reference
JRE Emulation Library
Web Toolkit FAQ
Web Toolkit Blog
Developer Forum
Search Google Code
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()