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 433543 2006-08-22 06:22:54Z crossley $
- 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-2007 The Apache Software Foundation. All Rights Reserved.