Package org.neo4j.gds.core.utils.paged
Class DoublePageCreator
- java.lang.Object
-
- org.neo4j.gds.core.utils.paged.DoublePageCreator
-
public final class DoublePageCreator extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfill(double[][] pages, int lastPageSize)voidfillPage(double[] page, long base)static DoublePageCreatoridentity(int concurrency)static DoublePageCreatorof(int concurrency, java.util.function.DoubleUnaryOperator gen)static DoublePageCreatorpassThrough(int concurrency)
-
-
-
Method Detail
-
fill
public void fill(double[][] pages, int lastPageSize)
-
fillPage
public void fillPage(double[] page, long base)
-
of
public static DoublePageCreator of(int concurrency, java.util.function.DoubleUnaryOperator gen)
-
identity
public static DoublePageCreator identity(int concurrency)
-
passThrough
public static DoublePageCreator passThrough(int concurrency)
-
-