org.apache.cocoon.util
Class ResizableContainer
java.lang.Object
org.apache.cocoon.util.ResizableContainer
- public class ResizableContainer
- extends Object
Add-only Container class.
- Version:
- CVS $Id: ResizableContainer.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Stefano Mazzocchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResizableContainer
public ResizableContainer(int initialCapacity)
add
public void add(Object o)
set
public void set(int index,
Object o)
get
public Object get(int index)
size
public int size()
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.