Package com.alibaba.graphscope.ds
Class VertexRange_cxx_0x52600602Factory
- java.lang.Object
-
- com.alibaba.graphscope.ds.VertexRange_cxx_0x52600602Factory
-
- All Implemented Interfaces:
VertexRange.Factory<Integer>
public class VertexRange_cxx_0x52600602Factory extends Object implements VertexRange.Factory<Integer>
-
-
Field Summary
Fields Modifier and Type Field Description static VertexRange.Factory<Integer>INSTANCE
-
Constructor Summary
Constructors Constructor Description VertexRange_cxx_0x52600602Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexRange<Integer>create()Creating a VertexRange instance.Please callVertexRange.SetRange(Object, Object)for initialization.VertexRange<Integer>create(Integer arg0, Integer arg1)Creating a VertexRange with initial range.
-
-
-
Field Detail
-
INSTANCE
public static final VertexRange.Factory<Integer> INSTANCE
-
-
Method Detail
-
create
public VertexRange<Integer> create()
Description copied from interface:VertexRange.FactoryCreating a VertexRange instance.Please callVertexRange.SetRange(Object, Object)for initialization.- Specified by:
createin interfaceVertexRange.Factory<Integer>- Returns:
- created obj.
-
create
public VertexRange<Integer> create(Integer arg0, Integer arg1)
Description copied from interface:VertexRange.FactoryCreating a VertexRange with initial range.- Specified by:
createin interfaceVertexRange.Factory<Integer>- Parameters:
arg0- left bound.arg1- right bound.- Returns:
- created obj.
-
-