Class DestList_cxx_0x69320d4b

    • Field Detail

      • SIZE

        public static final int SIZE
      • HASH_SHIFT

        public static final int HASH_SHIFT
    • Constructor Detail

      • DestList_cxx_0x69320d4b

        public DestList_cxx_0x69320d4b​(long address)
    • Method Detail

      • hashCode

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

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

        public static long nativeBegin​(long ptr)
      • delete

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

        public static void nativeDelete​(long ptr)
      • end

        public FidPointer end()
        Description copied from interface: DestList
        Fetch the end fid pointer
        Specified by:
        end in interface com.alibaba.fastffi.CXXRange<FidPointer>
        Specified by:
        end in interface DestList
        Returns:
        the end fid pointer.
      • nativeEnd

        public static long nativeEnd​(long ptr)