Class VertexRange_cxx_0x528b3543

    • Field Detail

      • SIZE

        public static final int SIZE
      • HASH_SHIFT

        public static final int HASH_SHIFT
    • Constructor Detail

      • VertexRange_cxx_0x528b3543

        public VertexRange_cxx_0x528b3543​(long address)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • SetRange

        public void SetRange​(Long arg0,
                             Long arg1)
        Description copied from interface: VertexRange
        Update the left bound and right bound.
        Specified by:
        SetRange in interface VertexRange<Long>
        Parameters:
        arg0 - left(begin) VID_T.
        arg1 - right(end) VID_T.
      • native_SetRange

        public static void native_SetRange​(long ptr,
                                           long arg00,
                                           long arg11)
      • beginValue

        public Long beginValue()
        Description copied from interface: VertexRange
        Return the Begin vertex id for this VertexRange.
        Specified by:
        beginValue in interface VertexRange<Long>
        Returns:
        the first vertex id
      • nativeBeginValue

        public static @com.alibaba.fastffi.FFINameAlias("begin_value"),@com.alibaba.fastffi.CXXValue long nativeBeginValue​(long ptr)
      • delete

        public void delete()
        Specified by:
        delete in interface com.alibaba.fastffi.CXXPointer
      • nativeDelete

        public static void nativeDelete​(long ptr)
      • endValue

        public Long endValue()
        Description copied from interface: VertexRange
        Return the last vertex for this VertexRange.
        Specified by:
        endValue in interface VertexRange<Long>
        Returns:
        the last vertex id
      • nativeEndValue

        public static @com.alibaba.fastffi.FFINameAlias("end_value"),@com.alibaba.fastffi.CXXValue long nativeEndValue​(long ptr)
      • size

        public long size()
        Description copied from interface: VertexRange
        Return the number of vertices in this vertex range.
        Specified by:
        size in interface VertexRange<Long>
        Returns:
        the size.
      • nativeSize

        public static long nativeSize​(long ptr)
      • nativeCreateFactory0

        public static long nativeCreateFactory0()
      • nativeCreateFactory1

        public static long nativeCreateFactory1​(long arg00,
                                                long arg11)