Package org.jruby
Interface RubyHash.VisitorWithStateI
- Enclosing class:
RubyHash
public static interface RubyHash.VisitorWithStateI
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(ThreadContext context, RubyHash self, IRubyObject key, IRubyObject value, int index)
-
Method Details
-
visit
-