|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmoteaccess.RequestID
This class represents a request id, associated to each request that arrives to the base station.
Field Summary | |
private int |
id
The internal representation of the id, an int value. |
Constructor Summary | |
RequestID(int v)
Public constructor of an id, from its int representation. |
Method Summary | |
boolean |
equals(java.lang.Object rid2)
|
int |
getId()
Getter for the int representation of the id. |
int |
hashCode()
Implementation of the hashCode function. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int id
Constructor Detail |
public RequestID(int v)
v
- the int representation of the id.Method Detail |
public boolean equals(java.lang.Object rid2)
public int getId()
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |