org.apache.jackrabbit.ocm.manager.collectionconverter
Interface ManageableCollection

All Known Implementing Classes:
ManageableArrayList, ManageableSet, ManageableVector, ManagedHashMap

public interface ManageableCollection

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

Author:
Christophe Lombart

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

Method Detail

addObject

void addObject(Object object)
Add an object into this ManageableCollection

Parameters:
object - the object to add

getIterator

Iterator getIterator()
Returns:
The ManageableCollection iterator

getSize

int getSize()
Returns:
The ManageableCollection size


Copyright © 2004-2008 Apache Software Foundation. All Rights Reserved.