jruby/docs BETA
Navigation
org.jruby.RubyHash 4
C RubyHashEntry
C Visitor
C VisitorWithState
I VisitorWithStateI
VisitorWithState — members 2
C new()
C visit(context, self, key, value, index, state)

org.jruby.RubyHash.VisitorWithState

class abstract 2 members

Constructors

new

new ( )
Java: <init>()

Instance Methods

visit

visit ( ThreadContext context, RubyHash self, IRubyObject key, IRubyObject value, int index, T state )
Java: visit(org.jruby.runtime.ThreadContext context, org.jruby.RubyHash self, org.jruby.runtime.builtin.IRubyObject key, org.jruby.runtime.builtin.IRubyObject value, int index, T state)