public static void set_quit() { int i; for (i = 0; i < MyArray.array_len(sets); i++) { set_free((Set)MyArray.array_get(sets, i)); } MyArray.array_free(sets); sets = null; }
public static Set SET_GET(MyArray a, int i) { return((Set)MyArray.array_get((a), (i))); }