Class ACount.DCounts
- java.lang.Object
-
- org.apache.sysds.runtime.compress.utils.ACount<Double>
-
- org.apache.sysds.runtime.compress.utils.ACount.DCounts
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.sysds.runtime.compress.utils.ACount
ACount.DArrCounts, ACount.DCounts
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ACount<Double>
get(double key)
ACount<Double>
get(Double key)
static int
hashIndex(double key)
ACount.DCounts
inc(double key, int c, int id)
ACount.DCounts
inc(Double key, int c, int id)
Double
key()
ACount.DCounts
next()
void
setNext(ACount<Double> e)
ACount.DCounts
sort()
-
-
-
Field Detail
-
key
public final double key
-
next
public ACount.DCounts next
-
-
Method Detail
-
next
public final ACount.DCounts next()
-
sort
public ACount.DCounts sort()
-
inc
public ACount.DCounts inc(Double key, int c, int id)
-
inc
public ACount.DCounts inc(double key, int c, int id)
-
hashIndex
public static final int hashIndex(double key)
-
-