org.apache.jackrabbit.ocm.manager.collectionconverter.impl
Class ManageableArrayList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
org.apache.jackrabbit.ocm.manager.collectionconverter.impl.ManageableArrayList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, List, RandomAccess, ManageableCollection
public class ManageableArrayList
- extends ArrayList
- implements ManageableCollection
ManageableCollection
ArrayList implementation
- Author:
- Christophe Lombart
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
ManageableArrayList
public ManageableArrayList()
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.