org.apache.portals.graffito.jcr.persistence.collectionconverter
Interface ManageableCollection

All Known Implementing Classes:
ManageableArrayList, ManageableSet, ManageableVector

public interface ManageableCollection

Common interface used to persist any kind of Collection or Map.

Author:
Christophe Lombart

Method Summary
 void addObject(java.lang.Object object)
          Add an object into this ManageableCollection
 java.util.Iterator getIterator()
           
 int getSize()
           
 

Method Detail

addObject

void addObject(java.lang.Object object)
Add an object into this ManageableCollection

Parameters:
object - the object to add

getIterator

java.util.Iterator getIterator()
Returns:
The ManageableCollection iterator

getSize

int getSize()
Returns:
The ManageableCollection size


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