uk.org.retep.table
Class Row
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Cell>
uk.org.retep.table.Row
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Cell>, Collection<Cell>, List<Cell>, RandomAccess
public class Row
- extends ArrayList<Cell>
- implements Serializable
- Author:
- peter
- See Also:
- Serialized Form
|
Constructor Summary |
Row()
|
| Methods inherited from class java.util.ArrayList |
addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
Row
public Row()
add
public boolean add(Cell cell)
- Specified by:
add in interface Collection<Cell>- Specified by:
add in interface List<Cell>- Overrides:
add in class ArrayList<Cell>
add
public void add(int index,
Cell cell)
- Specified by:
add in interface List<Cell>- Overrides:
add in class ArrayList<Cell>
toString
public String toString()
- Overrides:
toString in class AbstractCollection<Cell>
toString
public void toString(StringBuilder sb)
Copyright © 1998-2009 Retep Development Group. All Rights Reserved.