e71afc9835c4764da714615e7da02af21920024d
[cacao.git] / src / native / include / java_util_Properties.h
1 /* This file is machine generated, don't edit it! */
2
3 #ifndef _JAVA_UTIL_PROPERTIES_H
4 #define _JAVA_UTIL_PROPERTIES_H
5
6 /* Structure information for class: java/util/Properties */
7
8 typedef struct java_util_Properties {
9    java_objectheader header;
10    s4 threshold;
11    float loadFactor;
12    java_objectarray* buckets;
13    s4 modCount;
14    s4 size;
15    struct java_util_Set* keys;
16    struct java_util_Collection* values;
17    struct java_util_Set* entries;
18    struct java_util_Properties* defaults;
19 } java_util_Properties;
20
21 #endif
22