org.siebengeisslein.collections
Class HashSet<Value extends Persistent>

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.collections.AbstractCollection<Value>
          extended by org.siebengeisslein.collections.AbstractSet<Value>
              extended by org.siebengeisslein.collections.HashSet<Value>
All Implemented Interfaces:
java.lang.Iterable<Value>, java.util.Collection<Value>, java.util.Set<Value>, Instrumented

public class HashSet<Value extends Persistent>
extends AbstractSet<Value>


Constructor Summary
HashSet()
           
 
Method Summary
 boolean add(Value o)
           
 void clear()
           
 boolean contains(java.lang.Object o)
           
 java.util.Iterator<Value> iterator()
           
 boolean remove(java.lang.Object o)
           
 int size()
           
 
Methods inherited from class org.siebengeisslein.collections.AbstractSet
equals, hashCode
 
Methods inherited from class org.siebengeisslein.collections.AbstractCollection
addAll, containsAll, getVersion, incVersion, isEmpty, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray
 

Constructor Detail

HashSet

public HashSet()
Method Detail

clear

public void clear()

size

public int size()

contains

public boolean contains(java.lang.Object o)

iterator

public java.util.Iterator<Value> iterator()

add

public boolean add(Value o)

remove

public boolean remove(java.lang.Object o)