Java com.google.gwt.dev.util.collect HashSet fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dev.util.collect HashSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dev.util.collect HashSet.

The text is from its open source code.

Constructor

HashSet()
HashSet(Collection c)
HashSet(E[] c)
Works just like #HashSet(Collection) , but for arrays.

Method