- Type Parameters:
C - specifies the column implementation class which has to extend SnmpColumn.
IC - specifies the index column implementation class which has to extend SnmpIndexColumn.
IT - specifies the
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<C>, Collection<C>, List<C>, RandomAccess
public class ColumnList<C extends SnmpColumn,IC extends SnmpIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>>
extends ArrayList<T>
The ColumnList implements a virtual column set based on a table and a row index.
The ColumnList provides write access to the columns of the row identified by the index given at
creation time of the given table.
- Author:
- Frank Fock
- See Also:
- Serialized Form