|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RubyHash | |
---|---|
org.jruby | |
org.jruby.runtime.builtin |
Uses of RubyHash in org.jruby |
---|
Methods in org.jruby that return RubyHash | |
---|---|
RubyHash |
RubyHash.convertToHash()
|
RubyHash |
RubyObject.convertToHash()
|
RubyHash |
RubyUndef.convertToHash()
|
RubyHash |
RubyHash.delete_if(Block block)
rb_hash_delete_if |
RubyHash |
RubyHash.each_key(Block block)
rb_hash_each_key |
RubyHash |
RubyHash.each_pair(Block block)
rb_hash_each_pair |
RubyHash |
RubyHash.each_value(Block block)
rb_hash_each_value |
RubyHash |
RubyHash.each(Block block)
rb_hash_each |
RubyHash |
RubyHash.invert()
rb_hash_invert |
RubyHash |
RubyHash.merge(IRubyObject other,
Block block)
rb_hash_merge |
static RubyHash |
RubyHash.newHash(Ruby runtime)
rb_hash_new |
static RubyHash |
RubyHash.newHash(Ruby runtime,
java.util.Map valueMap,
IRubyObject defaultValue)
rb_hash_new |
RubyHash |
RubyHash.rb_clear()
rb_hash_clear |
RubyHash |
RubyHash.rehash()
rb_hash_rehash |
RubyHash |
RubyHash.reject(Block block)
rb_hash_reject |
RubyHash |
RubyHash.replace(IRubyObject other)
rb_hash_replace |
RubyHash |
RubyHash.to_hash()
rb_hash_to_hash |
static RubyHash |
RubyHash.unmarshalFrom(UnmarshalStream input,
boolean defaultValue)
|
RubyHash |
RubyHash.update(IRubyObject other,
Block block)
rb_hash_update |
Methods in org.jruby with parameters of type RubyHash | |
---|---|
abstract int |
RubyHash.Callback.call(RubyHash hash,
org.jruby.RubyHash.RubyHashEntry entry)
|
static void |
RubyHash.marshalTo(RubyHash hash,
MarshalStream output)
|
Uses of RubyHash in org.jruby.runtime.builtin |
---|
Methods in org.jruby.runtime.builtin that return RubyHash | |
---|---|
RubyHash |
IRubyObject.convertToHash()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |