|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.snmp.types.SnmpValue
com.caucho.server.snmp.types.SequenceValue<T>
public class SequenceValue<T extends SnmpValue>
| Field Summary |
|---|
| Fields inherited from class com.caucho.server.snmp.types.SnmpValue |
|---|
COUNTER, EOC, GAUGE, GET_NEXT_REQUEST_PDU, GET_REQUEST_PDU, GET_RESPONSE_PDU, INTEGER, IP_ADDRESS, NULL, OBJECT_IDENTIFIER, OCTET_STRING, OPAQUE, SEQUENCE, SET_REQUEST_PDU, TIME_TICKS, TRAP_PDU |
| Constructor Summary | |
|---|---|
SequenceValue()
|
|
| Method Summary | |
|---|---|
void |
add(T item)
|
void |
clear()
|
T |
get(int index)
|
int |
getType()
|
java.util.Iterator<T> |
iterator()
|
int |
size()
|
void |
toAsn1(java.lang.StringBuilder sb)
|
java.lang.String |
toString()
|
| Methods inherited from class com.caucho.server.snmp.types.SnmpValue |
|---|
create, create, create, getLong, getString, header, toAsn1, typeName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SequenceValue()
| Method Detail |
|---|
public void add(T item)
public T get(int index)
public int size()
public java.util.Iterator<T> iterator()
public void clear()
public int getType()
getType in class SnmpValuepublic void toAsn1(java.lang.StringBuilder sb)
toAsn1 in class SnmpValuepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||