@Immutable public final class Position extends Object
Constructor | Description |
---|---|
Positionβ(double first,
double second,
double... remaining) |
Construct an instance.
|
Positionβ(List<Double> values) |
Construct an instance.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equalsβ(Object o) |
|
List<Double> |
getValuesβ() |
Gets the values of this position
|
int |
hashCodeβ() |
|
String |
toStringβ() |
public Positionβ(List<Double> values)
values
- the non-null valuespublic Positionβ(double first, double second, double... remaining)
first
- the first valuesecond
- the second valueremaining
- the remaining values