Interface DestList

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      FidPointer begin()
      Fetch the begin fid pointer.
      default boolean empty()
      Check empty DestList or not.
      FidPointer end()
      Fetch the end fid pointer
      default boolean notEmpty()
      Check if not empty.
      • Methods inherited from interface com.alibaba.fastffi.CXXPointer

        delete
      • Methods inherited from interface com.alibaba.fastffi.CXXPointerRange

        iterator, locals
      • Methods inherited from interface com.alibaba.fastffi.FFIPointer

        getAddress
    • Method Detail

      • begin

        FidPointer begin()
        Fetch the begin fid pointer.
        Specified by:
        begin in interface com.alibaba.fastffi.CXXRange<FidPointer>
        Returns:
        fetch the end fid pointer.
      • end

        FidPointer end()
        Fetch the end fid pointer
        Specified by:
        end in interface com.alibaba.fastffi.CXXRange<FidPointer>
        Returns:
        the end fid pointer.
      • empty

        default boolean empty()
        Check empty DestList or not.
        Returns:
        empty or not.
      • notEmpty

        default boolean notEmpty()
        Check if not empty.
        Returns:
        true for not empty.