org.apache.jackrabbit.ocm.manager.collectionconverter
Interface ManageableObjects
- All Known Subinterfaces:
- ManageableCollection, ManageableMap
- All Known Implementing Classes:
- ManageableCollectionImpl, ManageableMapImpl
public interface ManageableObjects
Common interface used to persist any kind of Collection or Map.
- Author:
- Christophe Lombart
getIterator
java.util.Iterator getIterator()
- Returns:
- The ManageableCollection iterator
getSize
int getSize()
- Returns:
- The ManageableCollection size
getObjects
java.lang.Object getObjects()
- Returns:
- The objects managed by the underlying Collection or Map
Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.