org.apache.jackrabbit.ocm.manager.collectionconverter.impl
Class ManageableSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet
org.apache.jackrabbit.ocm.manager.collectionconverter.impl.ManageableSet
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, Set, ManageableCollection
public class ManageableSet
- extends HashSet
- implements ManageableCollection
This class/interface
- See Also:
- Serialized Form
ManageableSet
public ManageableSet()
ManageableSet
public ManageableSet(Collection collection)
addObject
public void addObject(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 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-2008 Apache Software Foundation. All Rights Reserved.