public class Map extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jruby.runtime.ObjectAllocator |
Allocator |
| Constructor and Description |
|---|
Map() |
| Modifier and Type | Method and Description |
|---|---|
static org.jruby.runtime.builtin.IRubyObject |
add(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject key,
org.jruby.runtime.builtin.IRubyObject val) |
static org.jruby.runtime.builtin.IRubyObject |
initialize(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject type_id,
org.jruby.runtime.builtin.IRubyObject val,
org.jruby.runtime.builtin.IRubyObject style) |
static org.jruby.runtime.builtin.IRubyObject |
style_set(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject style) |
static org.jruby.runtime.builtin.IRubyObject |
value_set(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject val) |
public static org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject type_id,
org.jruby.runtime.builtin.IRubyObject val,
org.jruby.runtime.builtin.IRubyObject style)
public static org.jruby.runtime.builtin.IRubyObject value_set(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject val)
public static org.jruby.runtime.builtin.IRubyObject add(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject key,
org.jruby.runtime.builtin.IRubyObject val)
public static org.jruby.runtime.builtin.IRubyObject style_set(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject style)
Copyright © 2015. All Rights Reserved.