All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oplan.util.HashSet

java.lang.Object
   |
   +----java.util.Dictionary
           |
           +----java.util.Hashtable
                   |
                   +----oplan.util.HashSet

public class HashSet
extends Hashtable
implements Collector
A set collector based on Hashtables. A HashSet can used to collect objects when (a) the same object might be added more than once, (b) no object should appear more than once in an enumeration of the collected elements, and (c) the order of objects in the element-enumeration doesn't matter.

See Also:
Seq, ListCollector

Constructor Index

 o HashSet()

Method Index

 o addElement(Object)

Constructors

 o HashSet
 public HashSet()

Methods

 o addElement
 public void addElement(Object e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index