Interface PropertyNbr<VID_T>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  PropertyNbr.Factory<VID_T>  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      PropertyNbr<VID_T> dec()  
      boolean eq​(PropertyNbr<VID_T> rhs)  
      @com.alibaba.fastffi.FFINameAlias("get_double") double getDouble​(int propertyId)  
      @com.alibaba.fastffi.FFINameAlias("get_int") int getInt​(int propertyId)  
      com.alibaba.fastffi.FFIByteString getString​(int propertyId)  
      PropertyNbr<VID_T> inc()  
      Vertex<VID_T> neighbor()  
      • Methods inherited from interface com.alibaba.fastffi.CXXPointerRangeElement

        add, addV, elementSize, moveTo, moveToV, next, nextV
      • Methods inherited from interface com.alibaba.fastffi.FFIPointer

        getAddress
      • Methods inherited from interface com.alibaba.fastffi.FFISettablePointer

        setAddress
    • Method Detail

      • getDouble

        @com.alibaba.fastffi.FFINameAlias("get_double") double getDouble​(int propertyId)
      • getInt

        @com.alibaba.fastffi.FFINameAlias("get_int") int getInt​(int propertyId)
      • getString

        com.alibaba.fastffi.FFIByteString getString​(int propertyId)