public final class DpAddress
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
StaticGroup |
group() |
|
int |
hashCode() |
|
int |
index() |
Returns the index of the address.
|
static DpAddress |
of(StaticGroup group,
int index) |
Create address of data point by specifying group and index.
|
java.lang.String |
toString() |
public static DpAddress of(StaticGroup group, int index)
group
- the groupindex
- the indexpublic StaticGroup group()
public int index()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object