public class IndexEntry extends Object implements Comparable
| Constructor and Description |
|---|
IndexEntry(int sessionID,
org.snmp4j.smi.Variable indexValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
org.snmp4j.smi.Variable |
getIndexValue() |
int |
getSessionID() |
int |
hashCode() |
public int getSessionID()
public org.snmp4j.smi.Variable getIndexValue()
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2020 SNMP4J.org. All rights reserved.