- java.lang.Object
-
- org.ojalgo.data.cluster.Point.Factory
-
- Enclosing class:
- Point
public static final class Point.Factory extends java.lang.ObjectSimple factory that generates consecutive ids and ensures consistent dimensionality.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.concurrent.atomic.AtomicIntegermyNextID
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointnewPoint(float... coordinates)voidreset()
-
-
-
Method Detail
-
newPoint
public Point newPoint(float... coordinates)
-
reset
public void reset()
-
-