public class LocalAddress extends Address implements Serializable, JoynrType
| Modifier and Type | Field and Description |
|---|---|
static int |
MAJOR_VERSION |
static int |
MINOR_VERSION |
| Constructor and Description |
|---|
LocalAddress()
Default Constructor
|
LocalAddress(LocalAddress localAddressObj)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Check for equality
|
int |
hashCode()
Calculate code for hashing based on member contents
|
String |
toString()
Stringifies the class
|
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public LocalAddress()
public LocalAddress(LocalAddress localAddressObj)
localAddressObj - reference to the object to be copiedCopyright © 2021. All rights reserved.