Constructors Summary |
---|
public SnmpCounter(int v)Constructs a new SnmpCounter from the specified integer value.
super(v) ;
|
public SnmpCounter(Integer v)Constructs a new SnmpCounter from the specified Integer value.
super(v) ;
|
public SnmpCounter(long v)Constructs a new SnmpCounter from the specified long value.
super(v) ;
|
public SnmpCounter(Long v)Constructs a new SnmpCounter from the specified Long value.
super(v) ;
|