Class StdUnorderedMap_cxx_0x4ac1da48

    • Field Detail

      • SIZE

        public static final int SIZE
      • HASH_SHIFT

        public static final int HASH_SHIFT
    • Constructor Detail

      • StdUnorderedMap_cxx_0x4ac1da48

        public StdUnorderedMap_cxx_0x4ac1da48​(long address)
    • Method Detail

      • hashCode

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

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

        public static void nativeDelete​(long ptr)
      • nativeEmpty

        public static boolean nativeEmpty​(long ptr)
      • nativeGet

        public static @com.alibaba.fastffi.CXXReference long nativeGet​(long ptr,
                                                                       int key0)
      • nativeSet

        public static void nativeSet​(long ptr,
                                     int key0,
                                     long value1)
      • nativeSize

        public static int nativeSize​(long ptr)
      • nativeCreateFactory0

        public static long nativeCreateFactory0()