public abstract static class RubyHash.VisitorWithState<T> extends Object
Constructor and Description |
---|
VisitorWithState() |
Modifier and Type | Method and Description |
---|---|
abstract void |
visit(ThreadContext context,
RubyHash self,
IRubyObject key,
IRubyObject value,
int index,
T state) |
public abstract void visit(ThreadContext context, RubyHash self, IRubyObject key, IRubyObject value, int index, T state)
Copyright © 2001-2016 JRuby. All Rights Reserved.