Google Web Toolkit
« prev
next »
Google Code Home
>
Google Web Toolkit
>
JRE Emulation Library
>
java.util
>
AbstractCollection
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:
Class AbstractCollection
public class AbstractCollection
extends
Object
implements
Collection
// Superclass of
AbstractSet
,
AbstractList
Abstract base class for collection implementations.
Methods
add(Object)
addAll(Collection)
clear()
contains(Object)
containsAll(Collection)
isEmpty()
iterator()
remove(Object)
removeAll(Collection)
retainAll(Collection)
size()
toArray()
toArray(Object[])
toString()