net.sf.jplist.core
Class ArrayElement
java.lang.Object
net.sf.jplist.core.Element<IElement>
net.sf.jplist.core.ArrayElement
- All Implemented Interfaces:
- IElement<IElement>
public class ArrayElement
- extends Element<IElement>
- implements IElement<IElement>
Implements ArrayElement object as a concrete subtype of generic Element.
An ArrayElement is a container type for any type that implements IElement.
- Version:
- $Revision: 1.1 $
- Author:
- Sujit Pal (spal@users.sourceforge.net)
Constructor Summary |
ArrayElement()
Instantiate an ArrayElement object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayElement
public ArrayElement()
- Instantiate an ArrayElement object.