Searched defs:hashmap (Results 1 – 5 of 5) sorted by relevance
378 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
705 VALUE Map_merge(VALUE _self, VALUE hashmap) { in Map_merge()716 VALUE Map_merge_into_self(VALUE _self, VALUE hashmap) { in Map_merge_into_self()
266 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local274 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
327 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local335 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
246 final Map<String, String> hashmap = new HashMap<>(); in final_methods_are_not_overridden() local