Class CXXStdVector_cxx_0xb71ddcfa

  • All Implemented Interfaces:
    com.alibaba.fastffi.FFIBuiltinType, com.alibaba.fastffi.FFIPointer, FFIType, com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Long>>, com.alibaba.fastffi.impl.CXXStdVector<com.alibaba.fastffi.FFIVector<Long>>, Serializable

    public class CXXStdVector_cxx_0xb71ddcfa
    extends FFIPointerImpl
    implements com.alibaba.fastffi.impl.CXXStdVector<com.alibaba.fastffi.FFIVector<Long>>
    See Also:
    Serialized Form
    • Field Detail

      • SIZE

        public static final int SIZE
      • HASH_SHIFT

        public static final int HASH_SHIFT
    • Constructor Detail

      • CXXStdVector_cxx_0xb71ddcfa

        public CXXStdVector_cxx_0xb71ddcfa​(long address)
    • Method Detail

      • hashCode

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

        public long capacity()
        Specified by:
        capacity in interface com.alibaba.fastffi.impl.CXXStdVector<com.alibaba.fastffi.FFIVector<Long>>
        Specified by:
        capacity in interface com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Long>>
      • nativeCapacity

        public static long nativeCapacity​(long ptr)
      • clear

        public void clear()
        Specified by:
        clear in interface com.alibaba.fastffi.impl.CXXStdVector<com.alibaba.fastffi.FFIVector<Long>>
        Specified by:
        clear in interface com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Long>>
      • nativeClear

        public static void nativeClear​(long ptr)
      • data

        public long data()
        Specified by:
        data in interface com.alibaba.fastffi.impl.CXXStdVector<com.alibaba.fastffi.FFIVector<Long>>
        Specified by:
        data in interface com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Long>>
      • nativeData

        public static long nativeData​(long ptr)
      • dispose

        public void dispose()
        Specified by:
        dispose in interface com.alibaba.fastffi.impl.CXXStdVector<com.alibaba.fastffi.FFIVector<Long>>
        Specified by:
        dispose in interface com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Long>>
      • nativeDispose

        public static void nativeDispose​(long ptr)
      • empty

        public boolean empty()
        Specified by:
        empty in interface com.alibaba.fastffi.impl.CXXStdVector<com.alibaba.fastffi.FFIVector<Long>>
        Specified by:
        empty in interface com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Long>>
      • nativeEmpty

        public static boolean nativeEmpty​(long ptr)
      • get

        public com.alibaba.fastffi.FFIVector<Long> get​(long arg0)
        Specified by:
        get in interface com.alibaba.fastffi.impl.CXXStdVector<com.alibaba.fastffi.FFIVector<Long>>
        Specified by:
        get in interface com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Long>>
      • nativeGet

        public static @com.alibaba.fastffi.CXXReference long nativeGet​(long ptr,
                                                                       long arg00)
      • push_back

        public void push_back​(com.alibaba.fastffi.FFIVector<Long> arg0)
        Specified by:
        push_back in interface com.alibaba.fastffi.impl.CXXStdVector<com.alibaba.fastffi.FFIVector<Long>>
        Specified by:
        push_back in interface com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Long>>
      • nativePush_back

        public static void nativePush_back​(long ptr,
                                           long arg00)
      • reserve

        public void reserve​(long arg0)
        Specified by:
        reserve in interface com.alibaba.fastffi.impl.CXXStdVector<com.alibaba.fastffi.FFIVector<Long>>
        Specified by:
        reserve in interface com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Long>>
      • nativeReserve

        public static void nativeReserve​(long ptr,
                                         long arg00)
      • resize

        public void resize​(long arg0)
        Specified by:
        resize in interface com.alibaba.fastffi.impl.CXXStdVector<com.alibaba.fastffi.FFIVector<Long>>
        Specified by:
        resize in interface com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Long>>
      • nativeResize

        public static void nativeResize​(long ptr,
                                        long arg00)
      • set

        public void set​(long arg0,
                        com.alibaba.fastffi.FFIVector<Long> arg1)
        Specified by:
        set in interface com.alibaba.fastffi.impl.CXXStdVector<com.alibaba.fastffi.FFIVector<Long>>
        Specified by:
        set in interface com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Long>>
      • nativeSet

        public static void nativeSet​(long ptr,
                                     long arg00,
                                     long arg11)
      • size

        public long size()
        Specified by:
        size in interface com.alibaba.fastffi.impl.CXXStdVector<com.alibaba.fastffi.FFIVector<Long>>
        Specified by:
        size in interface com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Long>>
      • nativeSize

        public static long nativeSize​(long ptr)
      • nativeCreateFactory0

        public static long nativeCreateFactory0()
      • nativeCreateFactory1

        public static long nativeCreateFactory1​(int arg00)