org.apache.jackrabbit.ocm.manager.collectionconverter
Interface ManageableMap
- All Superinterfaces:
- ManageableObjects
- All Known Implementing Classes:
- ManageableMapImpl
public interface ManageableMap
- extends ManageableObjects
Common interface used to persist any kind of Map.
- Author:
- Christophe Lombart
addObject
void addObject(Object key,
Object object)
- Add an object into this ManageableMap
- Parameters:
key
- the object keyobject
- the object to add
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.