org.apache.portals.graffito.jcr.persistence.collectionconverter.impl
Class ManageableSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet
              extended by org.apache.portals.graffito.jcr.persistence.collectionconverter.impl.ManageableSet
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.Set, ManageableCollection

public class ManageableSet
extends java.util.HashSet
implements ManageableCollection

This class/interface

See Also:
Serialized Form

Constructor Summary
ManageableSet()
           
ManageableSet(java.util.Collection collection)
           
 
Method Summary
 void addObject(java.lang.Object object)
          Add an object into this ManageableCollection
 java.util.Iterator getIterator()
           
 int getSize()
           
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

ManageableSet

public ManageableSet()

ManageableSet

public ManageableSet(java.util.Collection collection)
Method Detail

addObject

public void addObject(java.lang.Object object)
Description copied from interface: ManageableCollection
Add an object into this ManageableCollection

Specified by:
addObject in interface ManageableCollection
Parameters:
object - the object to add
See Also:
ManageableCollection.addObject(java.lang.Object)

getIterator

public java.util.Iterator getIterator()
Specified by:
getIterator in interface ManageableCollection
Returns:
The ManageableCollection iterator
See Also:
ManageableCollection.getIterator()

getSize

public int getSize()
Specified by:
getSize in interface ManageableCollection
Returns:
The ManageableCollection size
See Also:
ManageableCollection.getSize()


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.