Class SnmpProxyRowImpl<IT,T>

java.lang.Object
org.snmp4j.model.snmp.proxy.impl.SnmpProxyRowImpl<IT,T>
Type Parameters:
IT - The type of the index object values. This type can be used to define common type class for all columnar objects, like String. If the columns have different types, Object should be used.
T - The type of the columnar object values. This type can be used to define common type class for all columnar objects, like String. If the columns have different types, Object should be used.
All Implemented Interfaces:
SnmpProxyRow<IT,T>

public class SnmpProxyRowImpl<IT,T> extends Object implements SnmpProxyRow<IT,T>
The SnmpProxyRowImpl class implements a proxy for a SNMP table row.
Author:
Frank Fock