/* THIS FILE IS GENERATED. DO NOT EDIT */
package org.jruby.gen;

import org.jruby.Ruby;
import org.jruby.RubyModule;
import org.jruby.RubyClass;
import org.jruby.anno.TypePopulator;
import org.jruby.internal.runtime.methods.JavaMethod;
import org.jruby.internal.runtime.methods.DynamicMethod;
import org.jruby.runtime.Arity;
import org.jruby.runtime.Visibility;
import org.jruby.runtime.MethodIndex;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Generated;

@Generated("org.jruby.anno.AnnotationBinder")
@SuppressWarnings("deprecation")
public class org$jruby$ext$set$RubySet$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        RubyClass singletonClass = cls.getSingletonClass();
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$s$0$0$create(singletonClass, Visibility.PUBLIC, "[]");
        populateMethod(javaMethod, -1, "create", true, false, org.jruby.ext.set.RubySet.class, "create", org.jruby.ext.set.RubySet.class, CONTEXT_ARG1_ARY);
        aliasedMethod = singletonClass.putMethod(runtime, "[]", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$initialize(cls, Visibility.PRIVATE, "initialize");
        populateMethod(javaMethod, -1, "initialize", false, false, org.jruby.ext.set.RubySet.class, "initialize", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "initialize", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$proper_superset_p(cls, Visibility.PUBLIC, "proper_superset?");
        populateMethod(javaMethod, 1, "proper_superset_p", false, false, org.jruby.ext.set.RubySet.class, "proper_superset_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "proper_superset?", javaMethod);
        cls.putAlias(">", aliasedMethod, "proper_superset?");
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$classify(cls, Visibility.PUBLIC, "classify");
        populateMethod(javaMethod, 0, "classify", false, false, org.jruby.ext.set.RubySet.class, "classify", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "classify", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$untaint(cls, Visibility.PUBLIC, "untaint");
        populateMethod(javaMethod, 0, "untaint", false, false, org.jruby.ext.set.RubySet.class, "untaint", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "untaint", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$select_bang(cls, Visibility.PUBLIC, "select!");
        populateMethod(javaMethod, 0, "select_bang", false, false, org.jruby.ext.set.RubySet.class, "select_bang", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "select!", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$taint(cls, Visibility.PUBLIC, "taint");
        populateMethod(javaMethod, 0, "taint", false, false, org.jruby.ext.set.RubySet.class, "taint", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "taint", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$compare_by_identity(cls, Visibility.PUBLIC, "compare_by_identity");
        populateMethod(javaMethod, 0, "compare_by_identity", false, false, org.jruby.ext.set.RubySet.class, "compare_by_identity", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "compare_by_identity", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$reject_bang(cls, Visibility.PUBLIC, "reject!");
        populateMethod(javaMethod, 0, "reject_bang", false, false, org.jruby.ext.set.RubySet.class, "reject_bang", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "reject!", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$proper_subset_p(cls, Visibility.PUBLIC, "proper_subset?");
        populateMethod(javaMethod, 1, "proper_subset_p", false, false, org.jruby.ext.set.RubySet.class, "proper_subset_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "proper_subset?", javaMethod);
        cls.putAlias("<", aliasedMethod, "proper_subset?");
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$compare_by_identity_p(cls, Visibility.PUBLIC, "compare_by_identity?");
        populateMethod(javaMethod, 0, "compare_by_identity_p", false, false, org.jruby.ext.set.RubySet.class, "compare_by_identity_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "compare_by_identity?", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$op_eql(cls, Visibility.PUBLIC, "eql?");
        populateMethod(javaMethod, 1, "op_eql", false, false, org.jruby.ext.set.RubySet.class, "op_eql", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "eql?", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$add_p(cls, Visibility.PUBLIC, "add?");
        populateMethod(javaMethod, 1, "add_p", false, false, org.jruby.ext.set.RubySet.class, "add_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "add?", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$delete_if(cls, Visibility.PUBLIC, "delete_if");
        populateMethod(javaMethod, 0, "delete_if", false, false, org.jruby.ext.set.RubySet.class, "delete_if", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "delete_if", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$flatten(cls, Visibility.PUBLIC, "flatten");
        populateMethod(javaMethod, 0, "flatten", false, false, org.jruby.ext.set.RubySet.class, "flatten", org.jruby.ext.set.RubySet.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "flatten", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$rb_merge(cls, Visibility.PUBLIC, "merge");
        populateMethod(javaMethod, 1, "rb_merge", false, false, org.jruby.ext.set.RubySet.class, "rb_merge", org.jruby.ext.set.RubySet.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "merge", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$divide(cls, Visibility.PUBLIC, "divide");
        populateMethod(javaMethod, 0, "divide", false, false, org.jruby.ext.set.RubySet.class, "divide", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "divide", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$to_a(cls, Visibility.PUBLIC, "to_a");
        populateMethod(javaMethod, 0, "to_a", false, false, org.jruby.ext.set.RubySet.class, "to_a", org.jruby.RubyArray.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_a", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$empty_p(cls, Visibility.PUBLIC, "empty?");
        populateMethod(javaMethod, 0, "empty_p", false, false, org.jruby.ext.set.RubySet.class, "empty_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "empty?", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$replace(cls, Visibility.PUBLIC, "replace");
        populateMethod(javaMethod, 1, "replace", false, false, org.jruby.ext.set.RubySet.class, "replace", org.jruby.ext.set.RubySet.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "replace", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$each(cls, Visibility.PUBLIC, "each");
        populateMethod(javaMethod, 0, "each", false, false, org.jruby.ext.set.RubySet.class, "each", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "each", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$hash(cls, Visibility.PUBLIC, "hash");
        populateMethod(javaMethod, 0, "hash", false, false, org.jruby.ext.set.RubySet.class, "hash", org.jruby.RubyFixnum.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "hash", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$delete_p(cls, Visibility.PUBLIC, "delete?");
        populateMethod(javaMethod, 1, "delete_p", false, false, org.jruby.ext.set.RubySet.class, "delete_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "delete?", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$op_xor(cls, Visibility.PUBLIC, "^");
        populateMethod(javaMethod, 1, "op_xor", false, false, org.jruby.ext.set.RubySet.class, "op_xor", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "^", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$keep_if(cls, Visibility.PUBLIC, "keep_if");
        populateMethod(javaMethod, 0, "keep_if", false, false, org.jruby.ext.set.RubySet.class, "keep_if", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "keep_if", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$initialize_dup(cls, Visibility.PUBLIC, "initialize_dup");
        populateMethod(javaMethod, 1, "initialize_dup", false, false, org.jruby.ext.set.RubySet.class, "initialize_dup", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "initialize_dup", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$add(cls, Visibility.PUBLIC, "add");
        populateMethod(javaMethod, 1, "add", false, false, org.jruby.ext.set.RubySet.class, "add", org.jruby.ext.set.RubySet.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "add", javaMethod);
        cls.putAlias("<<", aliasedMethod, "add");
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$op_equal(cls, Visibility.PUBLIC, "==");
        populateMethod(javaMethod, 1, "op_equal", false, false, org.jruby.ext.set.RubySet.class, "op_equal", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "==", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$flatten_merge(cls, Visibility.PROTECTED, "flatten_merge");
        populateMethod(javaMethod, 1, "flatten_merge", false, false, org.jruby.ext.set.RubySet.class, "flatten_merge", org.jruby.ext.set.RubySet.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "flatten_merge", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$collect_bang(cls, Visibility.PUBLIC, "collect!");
        populateMethod(javaMethod, 0, "collect_bang", false, false, org.jruby.ext.set.RubySet.class, "collect_bang", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "collect!", javaMethod);
        cls.putAlias("map!", aliasedMethod, "collect!");
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$op_and(cls, Visibility.PUBLIC, "&");
        populateMethod(javaMethod, 1, "op_and", false, false, org.jruby.ext.set.RubySet.class, "op_and", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "&", javaMethod);
        cls.putAlias("intersection", aliasedMethod, "&");
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$subtract(cls, Visibility.PUBLIC, "subtract");
        populateMethod(javaMethod, 1, "subtract", false, false, org.jruby.ext.set.RubySet.class, "subtract", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "subtract", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$rb_clear(cls, Visibility.PUBLIC, "clear");
        populateMethod(javaMethod, 0, "rb_clear", false, false, org.jruby.ext.set.RubySet.class, "rb_clear", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "clear", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$to_set(cls, Visibility.PUBLIC, "to_set");
        populateMethod(javaMethod, -1, "to_set", false, false, org.jruby.ext.set.RubySet.class, "to_set", org.jruby.ext.set.RubySet.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "to_set", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$flatten_bang(cls, Visibility.PUBLIC, "flatten!");
        populateMethod(javaMethod, 0, "flatten_bang", false, false, org.jruby.ext.set.RubySet.class, "flatten_bang", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "flatten!", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$op_diff(cls, Visibility.PUBLIC, "-");
        populateMethod(javaMethod, 1, "op_diff", false, false, org.jruby.ext.set.RubySet.class, "op_diff", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "-", javaMethod);
        cls.putAlias("difference", aliasedMethod, "-");
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$superset_p(cls, Visibility.PUBLIC, "superset?");
        populateMethod(javaMethod, 1, "superset_p", false, false, org.jruby.ext.set.RubySet.class, "superset_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "superset?", javaMethod);
        cls.putAlias(">=", aliasedMethod, "superset?");
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$intersect_p(cls, Visibility.PUBLIC, "intersect?");
        populateMethod(javaMethod, 1, "intersect_p", false, false, org.jruby.ext.set.RubySet.class, "intersect_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "intersect?", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$disjoint_p(cls, Visibility.PUBLIC, "disjoint?");
        populateMethod(javaMethod, 1, "disjoint_p", false, false, org.jruby.ext.set.RubySet.class, "disjoint_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "disjoint?", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$initialize_clone(cls, Visibility.PUBLIC, "initialize_clone");
        populateMethod(javaMethod, 1, "initialize_clone", false, false, org.jruby.ext.set.RubySet.class, "initialize_clone", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "initialize_clone", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$subset_p(cls, Visibility.PUBLIC, "subset?");
        populateMethod(javaMethod, 1, "subset_p", false, false, org.jruby.ext.set.RubySet.class, "subset_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "subset?", javaMethod);
        cls.putAlias("<=", aliasedMethod, "subset?");
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$delete(cls, Visibility.PUBLIC, "delete");
        populateMethod(javaMethod, 1, "delete", false, false, org.jruby.ext.set.RubySet.class, "delete", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "delete", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$length(cls, Visibility.PUBLIC, "size");
        populateMethod(javaMethod, 0, "length", false, false, org.jruby.ext.set.RubySet.class, "length", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "size", javaMethod);
        cls.putAlias("length", aliasedMethod, "size");
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$include_p(cls, Visibility.PUBLIC, "include?");
        populateMethod(javaMethod, 1, "include_p", false, false, org.jruby.ext.set.RubySet.class, "include_p", org.jruby.RubyBoolean.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "include?", javaMethod);
        cls.putAlias("member?", aliasedMethod, "include?");
        cls.putAlias("===", aliasedMethod, "include?");
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
        populateMethod(javaMethod, 0, "inspect", false, false, org.jruby.ext.set.RubySet.class, "inspect", org.jruby.RubyString.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);
        cls.putAlias("to_s", aliasedMethod, "inspect");
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$reset(cls, Visibility.PUBLIC, "reset");
        populateMethod(javaMethod, 0, "reset", false, false, org.jruby.ext.set.RubySet.class, "reset", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "reset", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$0$0$freeze(cls, Visibility.PUBLIC, "freeze");
        populateMethod(javaMethod, 0, "freeze", false, false, org.jruby.ext.set.RubySet.class, "freeze", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "freeze", javaMethod);
        javaMethod = new org.jruby.ext.set.RubySet$INVOKER$i$1$0$op_or(cls, Visibility.PUBLIC, "|");
        populateMethod(javaMethod, 1, "op_or", false, false, org.jruby.ext.set.RubySet.class, "op_or", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "|", javaMethod);
        cls.putAlias("+", aliasedMethod, "|");
        cls.putAlias("union", aliasedMethod, "|");

        runtime.addBoundMethods("org.jruby.ext.set.RubySet", "proper_superset_p", "proper_superset?", "classify", "classify", "select_bang", "select!", "reject_bang", "reject!", "proper_subset_p", "proper_subset?", "compare_by_identity_p", "compare_by_identity?", "op_eql", "eql?", "add_p", "add?", "rb_merge", "merge", "divide", "divide", "empty_p", "empty?", "delete_p", "delete?", "op_xor", "^", "add", "add", "op_equal", "==", "create", "[]", "collect_bang", "collect!", "op_and", "&", "subtract", "subtract", "rb_clear", "clear", "flatten_bang", "flatten!", "op_diff", "-", "superset_p", "superset?", "intersect_p", "intersect?", "disjoint_p", "disjoint?", "subset_p", "subset?", "length", "size", "include_p", "include?", "inspect", "inspect", "reset", "reset", "op_or", "|", "initialize", "initialize", "untaint", "untaint", "taint", "taint", "compare_by_identity", "compare_by_identity", "delete_if", "delete_if", "flatten", "flatten", "to_a", "to_a", "replace", "replace", "each", "each", "hash", "hash", "keep_if", "keep_if", "initialize_dup", "initialize_dup", "flatten_merge", "flatten_merge", "to_set", "to_set", "initialize_clone", "initialize_clone", "delete", "delete", "freeze", "freeze");
    }
    static {
    }
}