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