Google Web Toolkit
« prev
next »
Google Code Home
>
Google Web Toolkit
>
JRE Emulation Library
>
java.util
>
HashSet
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 HashSet
public class HashSet
extends
AbstractSet
implements
Set
,
Cloneable
Implements a set in terms of a hash table.
Constructors
HashSet()
HashSet(Collection)
HashSet(int)
HashSet(int, float)
Methods
add(Object)
clear()
clone()
contains(Object)
isEmpty()
iterator()
remove(Object)
size()
toString()