|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcdx.CallSign
public class CallSign
The class CallSign encodes callsigns. They are used to identify aircrafts.
Constructor Summary | |
---|---|
CallSign()
The default construnctor. |
|
CallSign(byte[] bytes)
Constructor with an array of bytes |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Performs an equality test between this object and another. |
byte[] |
get()
Return the value of the callsign |
int |
hashCode()
Returns a valid hash code for this object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CallSign(byte[] bytes)
bytes
- the value of callsignpublic CallSign()
Method Detail |
---|
public byte[] get()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |