Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.rakiura.mbot
Class HashSet  view HashSet download HashSet.java

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byorg.rakiura.mbot.HashSet
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class HashSet
extends java.util.Hashtable
implements java.io.Serializable

HashSet.java Created: Mon Aug 2 22:42:59 1999

Version:
0.1 $Revision: 1.1.1.1 $

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
HashSet()
           
 
Method Summary
 void add(java.lang.Object o)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashSet

public HashSet()
Method Detail

add

public void add(java.lang.Object o)