org.objectweb.speedo.genclass.collection
Class HashSetImpl

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.HashSet
              extended byorg.objectweb.speedo.genclass.collection.HashSetImpl
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.io.Serializable, java.util.Set, SpeedoGenClassCoherence, SpeedoGenClassProxy, SpeedoProxy

public abstract class HashSetImpl
extends java.util.HashSet
implements SpeedoGenClassProxy

Author:
S.Chassande-Barrioz
See Also:
Serialized Form

Constructor Summary
HashSetImpl()
           
 
Method Summary
 boolean add(java.lang.Object o)
           
 boolean addAll(java.util.Collection c)
           
 void clear()
           
 boolean contains(java.lang.Object o)
           
 boolean containsAll(java.util.Collection c)
           
 SpeedoAccessor createAccessor()
           
 java.lang.Object createGenClass()
           
 boolean equals(java.lang.Object o)
           
abstract  java.lang.Object getInner()
           
 SpeedoAccessor getReferenceAccessor()
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
abstract  void jdoMakePersistent(ProxyManager pm, java.util.Iterator it)
           
 void jdoMakePersistent(ProxyManager pm, SpeedoAccessor sa)
           
 boolean remove(java.lang.Object o)
           
 boolean removeAll(java.util.Collection c)
           
 boolean retainAll(java.util.Collection c)
           
 void setReferenceAccessor(SpeedoAccessor refAcc)
           
 int size()
           
 java.lang.Object[] toArray()
           
 java.lang.Object[] toArray(java.lang.Object[] a)
           
 
Methods inherited from class java.util.HashSet
clone
 
Methods inherited from class java.util.AbstractSet
hashCode
 
Methods inherited from class java.util.AbstractCollection
toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.objectweb.speedo.genclass.api.SpeedoGenClassProxy
fireSpeedoElementAdded, fireSpeedoElementRemoved, init, jdoGetGenClassId, jdoGetPBinding, jdoGetPType, jdoMakePersistent, jdoReadIntention, jdoSetLinkedField, jdoSetMapperName, jdoSetPBinding, jdoSetPType, jdoWriteIntention, setInner, speedoAddGenClassListener, speedoSetGcId
 
Methods inherited from interface org.objectweb.speedo.mim.api.SpeedoProxy
copyAccessor, getJormConfig, getSpeedoAccessor, jdoDeletePersistent, jdoGePNameHints, jdoGetJdoFileName, jdoGetMapperName, jdoGetProjectName, jdoGetProxyManagerFactory, jdoGetTransactionalPersistenceManager, jdoIsActive, jdoIsActive, jdoSetPNameHints, jdoSetProxyManagerFactory, jdoSetTransactionalPersistenceManager, speedoAdd
 
Methods inherited from interface org.objectweb.speedo.genclass.api.SpeedoGenClassCoherence
speedoAdd, speedoRemove
 
Methods inherited from interface java.util.Set
hashCode
 

Constructor Detail

HashSetImpl

public HashSetImpl()
Method Detail

getInner

public abstract java.lang.Object getInner()

jdoMakePersistent

public abstract void jdoMakePersistent(ProxyManager pm,
                                       java.util.Iterator it)

getReferenceAccessor

public SpeedoAccessor getReferenceAccessor()
Specified by:
getReferenceAccessor in interface SpeedoProxy

setReferenceAccessor

public void setReferenceAccessor(SpeedoAccessor refAcc)
Specified by:
setReferenceAccessor in interface SpeedoProxy

add

public boolean add(java.lang.Object o)
Specified by:
add in interface java.util.Set

addAll

public boolean addAll(java.util.Collection c)
Specified by:
addAll in interface java.util.Set

clear

public void clear()
Specified by:
clear in interface SpeedoGenClassProxy

contains

public boolean contains(java.lang.Object o)
Specified by:
contains in interface java.util.Set

containsAll

public boolean containsAll(java.util.Collection c)
Specified by:
containsAll in interface java.util.Set

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.util.Set

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface java.util.Set

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface java.util.Set

remove

public boolean remove(java.lang.Object o)
Specified by:
remove in interface java.util.Set

removeAll

public boolean removeAll(java.util.Collection c)
Specified by:
removeAll in interface java.util.Set

retainAll

public boolean retainAll(java.util.Collection c)
Specified by:
retainAll in interface java.util.Set

size

public int size()
Specified by:
size in interface java.util.Set

toArray

public java.lang.Object[] toArray()
Specified by:
toArray in interface java.util.Set

toArray

public java.lang.Object[] toArray(java.lang.Object[] a)
Specified by:
toArray in interface java.util.Set

createGenClass

public java.lang.Object createGenClass()
Specified by:
createGenClass in interface SpeedoGenClassProxy

createAccessor

public SpeedoAccessor createAccessor()
Specified by:
createAccessor in interface SpeedoProxy

jdoMakePersistent

public void jdoMakePersistent(ProxyManager pm,
                              SpeedoAccessor sa)
Specified by:
jdoMakePersistent in interface SpeedoProxy