Package com.alibaba.graphscope.utils
Class IntArrayWrapper
- java.lang.Object
-
- com.alibaba.graphscope.utils.IntArrayWrapper
-
public class IntArrayWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description IntArrayWrapper()
IntArrayWrapper(int s, int defaultValue)
IntArrayWrapper(VertexRange<Long> vertices, int defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
get(int ind)
int
get(long ind)
int
get(Vertex<Long> vertex)
int
getSize()
void
set(int newValue)
void
set(int ind, int newValue)
void
set(long ind, int newValue)
void
set(Vertex<Long> vertex, int newValue)
-
-
-
Constructor Detail
-
IntArrayWrapper
public IntArrayWrapper()
-
IntArrayWrapper
public IntArrayWrapper(int s, int defaultValue)
-
IntArrayWrapper
public IntArrayWrapper(VertexRange<Long> vertices, int defaultValue)
-
-