Package com.alibaba.graphscope.utils
Class DoubleArrayWrapper
- java.lang.Object
-
- com.alibaba.graphscope.utils.DoubleArrayWrapper
-
public class DoubleArrayWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description DoubleArrayWrapper()
DoubleArrayWrapper(int s, double defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
double
get(int ind)
double
get(long ind)
double
get(Vertex<Long> vertex)
int
getSize()
void
set(double newValue)
void
set(int ind, double newValue)
void
set(long ind, double newValue)
void
set(Vertex<Long> vertex, double newValue)
void
set(Vertex<Long> vertex, com.google.common.util.concurrent.AtomicDouble adouble)
-