static class Snmp.AsyncRequestKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ResponseListener |
listener |
private PDU |
request |
Constructor and Description |
---|
AsyncRequestKey(PDU request,
ResponseListener listener) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.
|
int |
hashCode() |
private PDU request
private ResponseListener listener
public AsyncRequestKey(PDU request, ResponseListener listener)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the reference object with which to compare.true
if this object is the same as the obj argument;
false
otherwise.public int hashCode()
hashCode
in class java.lang.Object