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