/* 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$RubyHash$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.RubyHash$INVOKER$s$0$0$create(singletonClass, Visibility.PUBLIC, "[]");
        populateMethod(javaMethod, -1, "create", true, false, org.jruby.RubyHash.class, "create", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY_BLOCK);
        aliasedMethod = singletonClass.putMethod(runtime, "[]", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$s$1$0$try_convert(singletonClass, Visibility.PUBLIC, "try_convert");
        populateMethod(javaMethod, 1, "try_convert", true, false, org.jruby.RubyHash.class, "try_convert", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = singletonClass.putMethod(runtime, "try_convert", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$default_proc(cls, Visibility.PUBLIC, "default_proc");
        populateMethod(javaMethod, 0, "default_proc", false, false, org.jruby.RubyHash.class, "default_proc", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "default_proc", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$op_le(cls, Visibility.PUBLIC, "<=");
        populateMethod(javaMethod, 1, "op_le", false, false, org.jruby.RubyHash.class, "op_le", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "<=", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$select(cls, Visibility.PUBLIC, "select");
        populateMethod(javaMethod, 0, "select", false, false, org.jruby.RubyHash.class, "select", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "select", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$dig(cls, Visibility.PUBLIC, "dig");
        populateMethod(javaMethod, -1, "dig", false, false, org.jruby.RubyHash.class, "dig", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_ARY);
        aliasedMethod = cls.putMethod(runtime, "dig", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$compact(cls, Visibility.PUBLIC, "compact");
        populateMethod(javaMethod, 0, "compact", false, false, org.jruby.RubyHash.class, "compact", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "compact", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$shift(cls, Visibility.PUBLIC, "shift");
        populateMethod(javaMethod, 0, "shift", false, false, org.jruby.RubyHash.class, "shift", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "shift", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$reject(cls, Visibility.PUBLIC, "reject");
        populateMethod(javaMethod, 0, "reject", false, false, org.jruby.RubyHash.class, "reject", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "reject", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$reject_bang(cls, Visibility.PUBLIC, "reject!");
        populateMethod(javaMethod, 0, "reject_bang", false, false, org.jruby.RubyHash.class, "reject_bang", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "reject!", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$replace(cls, Visibility.PUBLIC, "replace");
        populateMethod(javaMethod, 1, "replace", false, false, org.jruby.RubyHash.class, "replace", org.jruby.RubyHash.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "replace", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$rehash(cls, Visibility.PUBLIC, "rehash");
        populateMethod(javaMethod, 0, "rehash", false, false, org.jruby.RubyHash.class, "rehash", org.jruby.RubyHash.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "rehash", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$to_proc(cls, Visibility.PUBLIC, "to_proc");
        populateMethod(javaMethod, 0, "to_proc", false, false, org.jruby.RubyHash.class, "to_proc", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_proc", javaMethod);
        javaMethod = new org.jruby.RubyHash$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.RubyHash.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.RubyHash$INVOKER$i$0$0$compare_by_identity(cls, Visibility.PUBLIC, "compare_by_identity");
        populateMethod(javaMethod, 0, "compare_by_identity", false, false, org.jruby.RubyHash.class, "compare_by_identity", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "compare_by_identity", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$delete_if(cls, Visibility.PUBLIC, "delete_if");
        populateMethod(javaMethod, 0, "delete_if", false, false, org.jruby.RubyHash.class, "delete_if", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "delete_if", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$slice(cls, Visibility.PUBLIC, "slice");
        populateMethod(javaMethod, -1, "slice", false, false, org.jruby.RubyHash.class, "slice", org.jruby.RubyHash.class, CONTEXT_ARG0_ARY);
        aliasedMethod = cls.putMethod(runtime, "slice", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$flatten(cls, Visibility.PUBLIC, "flatten");
        populateMethod(javaMethod, -1, "flatten", false, false, org.jruby.RubyHash.class, "flatten", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "flatten", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$to_s(cls, Visibility.PUBLIC, "to_s");
        populateMethod(javaMethod, 0, "to_s", false, false, org.jruby.RubyHash.class, "to_s", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_s", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$assoc(cls, Visibility.PUBLIC, "assoc");
        populateMethod(javaMethod, 1, "assoc", false, false, org.jruby.RubyHash.class, "assoc", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "assoc", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$2$0$op_aset(cls, Visibility.PUBLIC, "[]=");
        populateMethod(javaMethod, 2, "op_aset", false, false, org.jruby.RubyHash.class, "op_aset", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = cls.putMethod(runtime, "[]=", javaMethod);
        cls.putMethod(runtime, "store", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$initialize_copy(cls, Visibility.PRIVATE, "initialize_copy");
        populateMethod(javaMethod, 1, "initialize_copy", false, false, org.jruby.RubyHash.class, "initialize_copy", org.jruby.RubyHash.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "initialize_copy", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$values_at(cls, Visibility.PUBLIC, "values_at");
        populateMethod(javaMethod, -1, "values_at", false, false, org.jruby.RubyHash.class, "values_at", org.jruby.RubyArray.class, CONTEXT_ARG0_ARY);
        aliasedMethod = cls.putMethod(runtime, "values_at", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$empty_p(cls, Visibility.PUBLIC, "empty?");
        populateMethod(javaMethod, 0, "empty_p", false, false, org.jruby.RubyHash.class, "empty_p", org.jruby.RubyBoolean.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "empty?", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$compact_bang(cls, Visibility.PUBLIC, "compact!");
        populateMethod(javaMethod, 0, "compact_bang", false, false, org.jruby.RubyHash.class, "compact_bang", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "compact!", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$op_equal(cls, Visibility.PUBLIC, "==");
        populateMethod(javaMethod, 1, "op_equal", false, false, org.jruby.RubyHash.class, "op_equal", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "==", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$transform_keys(cls, Visibility.PUBLIC, "transform_keys");
        populateMethod(javaMethod, 0, "transform_keys", false, false, org.jruby.RubyHash.class, "transform_keys", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "transform_keys", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$invert(cls, Visibility.PUBLIC, "invert");
        populateMethod(javaMethod, 0, "invert", false, false, org.jruby.RubyHash.class, "invert", org.jruby.RubyHash.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "invert", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$has_key_p(cls, Visibility.PUBLIC, "has_key?");
        populateMethod(javaMethod, 1, "has_key_p", false, false, org.jruby.RubyHash.class, "has_key_p", org.jruby.RubyBoolean.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "has_key?", javaMethod);
        cls.putMethod(runtime, "key?", javaMethod);
        cls.putMethod(runtime, "include?", javaMethod);
        cls.putMethod(runtime, "member?", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$index(cls, Visibility.PUBLIC, "index");
        populateMethod(javaMethod, 1, "index", false, false, org.jruby.RubyHash.class, "index", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "index", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$to_a(cls, Visibility.PUBLIC, "to_a");
        populateMethod(javaMethod, 0, "to_a", false, false, org.jruby.RubyHash.class, "to_a", org.jruby.RubyArray.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_a", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$merge_bang(cls, Visibility.PUBLIC, "merge!");
        populateMethod(javaMethod, 1, "merge_bang", false, false, org.jruby.RubyHash.class, "merge_bang", org.jruby.RubyHash.class, CONTEXT_ARG1_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "merge!", javaMethod);
        cls.putMethod(runtime, "update", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$each(cls, Visibility.PUBLIC, "each");
        populateMethod(javaMethod, 0, "each", false, false, org.jruby.RubyHash.class, "each", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "each", javaMethod);
        cls.putMethod(runtime, "each_pair", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$key(cls, Visibility.PUBLIC, "key");
        populateMethod(javaMethod, 1, "key", false, false, org.jruby.RubyHash.class, "key", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "key", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$transform_values_bang(cls, Visibility.PUBLIC, "transform_values!");
        populateMethod(javaMethod, 0, "transform_values_bang", false, false, org.jruby.RubyHash.class, "transform_values_bang", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "transform_values!", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$rb_size(cls, Visibility.PUBLIC, "size");
        populateMethod(javaMethod, 0, "rb_size", false, false, org.jruby.RubyHash.class, "rb_size", org.jruby.RubyFixnum.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "size", javaMethod);
        cls.putMethod(runtime, "length", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
        populateMethod(javaMethod, 0, "inspect", false, false, org.jruby.RubyHash.class, "inspect", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$op_lt(cls, Visibility.PUBLIC, "<");
        populateMethod(javaMethod, 1, "op_lt", false, false, org.jruby.RubyHash.class, "op_lt", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "<", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$op_gt(cls, Visibility.PUBLIC, ">");
        populateMethod(javaMethod, 1, "op_gt", false, false, org.jruby.RubyHash.class, "op_gt", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, ">", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$hash(cls, Visibility.PUBLIC, "hash");
        populateMethod(javaMethod, 0, "hash", false, false, org.jruby.RubyHash.class, "hash", org.jruby.RubyFixnum.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "hash", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$op_ge(cls, Visibility.PUBLIC, ">=");
        populateMethod(javaMethod, 1, "op_ge", false, false, org.jruby.RubyHash.class, "op_ge", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, ">=", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$1$initialize(cls, Visibility.PRIVATE, "initialize");
        populateMethod(javaMethod, -1, "initialize", false, false, org.jruby.RubyHash.class, "initialize", org.jruby.runtime.builtin.IRubyObject.class, ARG0_ARY_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "initialize", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$transform_values(cls, Visibility.PUBLIC, "transform_values");
        populateMethod(javaMethod, 0, "transform_values", false, false, org.jruby.RubyHash.class, "transform_values", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "transform_values", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$select_bang(cls, Visibility.PUBLIC, "select!");
        populateMethod(javaMethod, 0, "select_bang", false, false, org.jruby.RubyHash.class, "select_bang", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "select!", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$keys(cls, Visibility.PUBLIC, "keys");
        populateMethod(javaMethod, 0, "keys", false, false, org.jruby.RubyHash.class, "keys", org.jruby.RubyArray.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "keys", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$values(cls, Visibility.PUBLIC, "values");
        populateMethod(javaMethod, 0, "values", false, false, org.jruby.RubyHash.class, "values", org.jruby.RubyArray.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "values", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$transform_keys_bang(cls, Visibility.PUBLIC, "transform_keys!");
        populateMethod(javaMethod, 0, "transform_keys_bang", false, false, org.jruby.RubyHash.class, "transform_keys_bang", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "transform_keys!", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$each_value(cls, Visibility.PUBLIC, "each_value");
        populateMethod(javaMethod, 0, "each_value", false, false, org.jruby.RubyHash.class, "each_value", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "each_value", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$op_eql(cls, Visibility.PUBLIC, "eql?");
        populateMethod(javaMethod, 1, "op_eql", false, false, org.jruby.RubyHash.class, "op_eql", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "eql?", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$each_key(cls, Visibility.PUBLIC, "each_key");
        populateMethod(javaMethod, 0, "each_key", false, false, org.jruby.RubyHash.class, "each_key", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "each_key", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$default_value_get(cls, Visibility.PUBLIC, "default");
        populateMethod(javaMethod, -1, "default_value_get", false, false, org.jruby.RubyHash.class, "default_value_get", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "default", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$dup(cls, Visibility.PUBLIC, "dup");
        populateMethod(javaMethod, 0, "dup", false, false, org.jruby.RubyHash.class, "dup", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "dup", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$fetch_values(cls, Visibility.PUBLIC, "fetch_values");
        populateMethod(javaMethod, -1, "fetch_values", false, false, org.jruby.RubyHash.class, "fetch_values", org.jruby.RubyArray.class, CONTEXT_ARG0_ARY_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "fetch_values", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$to_h(cls, Visibility.PUBLIC, "to_h");
        populateMethod(javaMethod, 0, "to_h", false, false, org.jruby.RubyHash.class, "to_h", org.jruby.RubyHash.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_h", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$keep_if(cls, Visibility.PUBLIC, "keep_if");
        populateMethod(javaMethod, 0, "keep_if", false, false, org.jruby.RubyHash.class, "keep_if", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "keep_if", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$op_aref(cls, Visibility.PUBLIC, "[]");
        populateMethod(javaMethod, 1, "op_aref", false, false, org.jruby.RubyHash.class, "op_aref", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "[]", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$set_default_proc(cls, Visibility.PUBLIC, "default_proc=");
        populateMethod(javaMethod, 1, "set_default_proc", false, false, org.jruby.RubyHash.class, "set_default_proc", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "default_proc=", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$rb_clear(cls, Visibility.PUBLIC, "clear");
        populateMethod(javaMethod, 0, "rb_clear", false, false, org.jruby.RubyHash.class, "rb_clear", org.jruby.RubyHash.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "clear", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$merge(cls, Visibility.PUBLIC, "merge");
        populateMethod(javaMethod, 1, "merge", false, false, org.jruby.RubyHash.class, "merge", org.jruby.RubyHash.class, CONTEXT_ARG1_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "merge", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$has_value_p(cls, Visibility.PUBLIC, "has_value?");
        populateMethod(javaMethod, 1, "has_value_p", false, false, org.jruby.RubyHash.class, "has_value_p", org.jruby.RubyBoolean.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "has_value?", javaMethod);
        cls.putMethod(runtime, "value?", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$delete(cls, Visibility.PUBLIC, "delete");
        populateMethod(javaMethod, 1, "delete", false, false, org.jruby.RubyHash.class, "delete", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "delete", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$rassoc(cls, Visibility.PUBLIC, "rassoc");
        populateMethod(javaMethod, 1, "rassoc", false, false, org.jruby.RubyHash.class, "rassoc", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "rassoc", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$rbClone(cls, Visibility.PUBLIC, "clone");
        populateMethod(javaMethod, 0, "rbClone", false, false, org.jruby.RubyHash.class, "rbClone", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "clone", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$fetch(cls, Visibility.PUBLIC, "fetch");
        populateMethod(javaMethod, -1, "fetch", false, false, org.jruby.RubyHash.class, "fetch", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "fetch", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$1$0$default_value_set(cls, Visibility.PUBLIC, "default=");
        populateMethod(javaMethod, 1, "default_value_set", false, false, org.jruby.RubyHash.class, "default_value_set", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "default=", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$0$to_hash(cls, Visibility.PUBLIC, "to_hash");
        populateMethod(javaMethod, 0, "to_hash", false, false, org.jruby.RubyHash.class, "to_hash", org.jruby.RubyHash.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_hash", javaMethod);
        javaMethod = new org.jruby.RubyHash$INVOKER$i$0$1$any_p(cls, Visibility.PUBLIC, "any?");
        populateMethod(javaMethod, -1, "any_p", false, false, org.jruby.RubyHash.class, "any_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_ARY_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "any?", javaMethod);

        runtime.addBoundMethods("org.jruby.RubyHash", "op_le", "<=", "select", "select", "dig", "dig", "compact", "compact", "shift", "shift", "reject_bang", "reject!", "replace", "replace", "rehash", "rehash", "compare_by_identity_p", "compare_by_identity?", "compare_by_identity", "compare_by_identity", "slice", "slice", "to_s", "to_s", "assoc", "assoc", "op_aset", "[]=", "initialize_copy", "initialize_copy", "values_at", "values_at", "empty_p", "empty?", "compact_bang", "compact!", "op_equal", "==", "transform_keys", "transform_keys", "invert", "invert", "has_key_p", "has_key?", "index", "index", "to_a", "to_a", "merge_bang", "merge!", "each", "each", "transform_values_bang", "transform_values!", "rb_size", "size", "inspect", "inspect", "op_lt", "<", "op_gt", ">", "hash", "hash", "op_ge", ">=", "transform_values", "transform_values", "select_bang", "select!", "keys", "keys", "values", "values", "transform_keys_bang", "transform_keys!", "op_eql", "eql?", "default_value_get", "default", "fetch_values", "fetch_values", "try_convert", "try_convert", "create", "[]", "op_aref", "[]", "set_default_proc", "default_proc=", "rb_clear", "clear", "has_value_p", "has_value?", "rassoc", "rassoc", "rbClone", "clone", "default_value_set", "default=", "to_hash", "to_hash", "any_p", "any?", "default_proc", "default_proc", "reject", "reject", "to_proc", "to_proc", "delete_if", "delete_if", "flatten", "flatten", "key", "key", "initialize", "initialize", "each_value", "each_value", "each_key", "each_key", "dup", "dup", "to_h", "to_h", "keep_if", "keep_if", "merge", "merge", "delete", "delete", "fetch", "fetch");
    }
    static {
    }
}