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