net.sf.bt747.j2se.system
Class J2SEHashSet

java.lang.Object
  extended by net.sf.bt747.j2se.system.J2SEHashSet
All Implemented Interfaces:
BT747HashSet

public final class J2SEHashSet
extends java.lang.Object
implements BT747HashSet


Constructor Summary
J2SEHashSet()
           
 
Method Summary
 void add(java.lang.Object o)
           
 int count()
           
 boolean hasNext()
           
 BT747HashSet iterator()
          Initialises iterator
 java.lang.Object next()
           
 void remove(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J2SEHashSet

public J2SEHashSet()
Method Detail

iterator

public final BT747HashSet iterator()
Description copied from interface: BT747HashSet
Initialises iterator

Specified by:
iterator in interface BT747HashSet
Returns:
Pointer to self (iterator)

add

public final void add(java.lang.Object o)
Specified by:
add in interface BT747HashSet

remove

public final void remove(java.lang.Object o)
Specified by:
remove in interface BT747HashSet

hasNext

public final boolean hasNext()
Specified by:
hasNext in interface BT747HashSet

next

public final java.lang.Object next()
Specified by:
next in interface BT747HashSet

count

public int count()
Specified by:
count in interface BT747HashSet