public class Point<T> extends Object implements PointEntry<T>
| Modifier and Type | Method and Description |
|---|---|
double[] |
point() |
void |
set(double[] point,
T val) |
void |
set(Point<T> point) |
T |
value() |
public double[] point()
point in interface PointEntry<T>public T value()
value in interface PointEntry<T>public void set(double[] point,
T val)
Copyright © 2018. All rights reserved.