Class ColumnList<C extends SnmpColumn,IC extends SnmpIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
org.snmp4j.model.snmp.proxy.impl.ColumnList<C,IC,IT,T,R>
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<T>, Collection<T>, List<T>, 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:
  • Constructor Details

  • Method Details