mirror of
https://github.com/2003scape/deep-c-rsc.git
synced 2024-03-22 05:49:51 -04:00
78 lines
2.3 KiB
C
78 lines
2.3 KiB
C
/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
|
|
|
|
#ifdef JCGO_116
|
|
|
|
#define java_util_AbstractMap__KEYS 0
|
|
|
|
#define java_util_AbstractMap__VALUES (jint)1
|
|
|
|
#define java_util_AbstractMap__ENTRIES (jint)2
|
|
|
|
JCGO_NOSEP_STATIC java_util_AbstractMap CFASTCALL
|
|
java_util_AbstractMap__this__( java_util_AbstractMap This );
|
|
|
|
JCGO_NOSEP_STATIC jboolean CFASTCALL
|
|
java_util_AbstractMap__equals__Lo( java_util_AbstractMap This, java_lang_Object
|
|
o );
|
|
|
|
JCGO_NOSEP_INLINE jint CFASTCALL
|
|
java_util_AbstractMap__hashCode__( java_util_AbstractMap This );
|
|
|
|
JCGO_NOSEP_INLINE jboolean CFASTCALL
|
|
java_util_AbstractMap__isEmpty__( java_util_AbstractMap This );
|
|
|
|
JCGO_NOSEP_STATIC java_lang_String CFASTCALL
|
|
java_util_AbstractMap__toString__( java_util_AbstractMap This );
|
|
|
|
JCGO_NOSEP_INLINE jboolean CFASTCALL
|
|
java_util_AbstractMap__equals__LoLo( java_lang_Object o1, java_lang_Object
|
|
o2 );
|
|
|
|
JCGO_NOSEP_INLINE jint CFASTCALL
|
|
java_util_AbstractMap__hashCode__Lo( java_lang_Object o );
|
|
|
|
struct java_util_AbstractMap_methods_s
|
|
{
|
|
java_lang_Class jcgo_class;
|
|
JCGO_GCJDESCR_DEFN
|
|
JCGO_TYPEID_T jcgo_typeid;
|
|
JCGO_OBJSIZE_T jcgo_objsize;
|
|
CONST struct jcgo_reflect_s *jcgo_reflect;
|
|
JCGO_CLINIT_DEFN
|
|
java_util_AbstractMap (CFASTCALL *jcgo_thisRtn)( java_util_AbstractMap
|
|
This );
|
|
jboolean (CFASTCALL *equals__Lo)( java_util_AbstractMap This, java_lang_Object
|
|
o );
|
|
jint (CFASTCALL *hashCode__)( java_util_AbstractMap This );
|
|
java_lang_String (CFASTCALL *toString__)( java_util_AbstractMap This
|
|
);
|
|
void (CFASTCALL *finalize__)( java_lang_Object This );
|
|
java_util_Set (CFASTCALL *entrySet__)( java_util_AbstractMap This
|
|
);
|
|
jboolean (CFASTCALL *isEmpty__)( java_util_AbstractMap This );
|
|
jint (CFASTCALL *size__)( java_util_AbstractMap This );
|
|
};
|
|
|
|
struct java_util_AbstractMap_class_s
|
|
{
|
|
struct java_lang_Class_s jcgo_class;
|
|
};
|
|
|
|
JCGO_SEP_EXTERN CONST struct jcgo_methods_s java_util_AbstractMap_methods;
|
|
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_util_AbstractMap_class_s
|
|
java_util_AbstractMap__class;
|
|
|
|
struct java_util_AbstractMap_s
|
|
{
|
|
CONST struct java_util_AbstractMap_methods_s *JCGO_IMMFLD_CONST jcgo_methods;
|
|
JCGO_MON_DEFN
|
|
};
|
|
|
|
JCGO_SEP_EXTERN CONST jcgo_arrtype2_GameMdl jcgo_array2_AbstrcMp;
|
|
|
|
JCGO_SEP_EXTERN CONST jcgo_arrtype88_GmCnnctn jcgo_array3_AbstrcMp;
|
|
|
|
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_AbstrcMp;
|
|
|
|
#endif
|