|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RubyHash | |
---|---|
org.jruby | |
org.jruby.ast | |
org.jruby.ext.ffi | |
org.jruby.java.proxies | |
org.jruby.javasupport.util | |
org.jruby.runtime.builtin |
Uses of RubyHash in org.jruby |
---|
Subclasses of RubyHash in org.jruby | |
---|---|
static class |
RubyGlobal.CaseInsensitiveStringOnlyRubyHash
Obligate string-keyed and string-valued hash, used for ENV. |
static class |
RubyGlobal.StringOnlyRubyHash
A Pseudo-hash whose keys and values are required to be Strings. |
Methods in org.jruby that return RubyHash | |
---|---|
RubyHash |
RubyBasicObject.convertToHash()
Tries to convert this object to a Ruby Hash using the "to_hash" method. |
RubyHash |
RubyHash.convertToHash()
|
static RubyHash |
BasicObjectStub.convertToHash(IRubyObject self)
|
RubyHash |
RubyHash.delete_ifInternal(ThreadContext context,
Block block)
rb_hash_delete_if |
RubyHash |
RubyHash.each_keyCommon(ThreadContext context,
Block block)
rb_hash_each_key |
RubyHash |
RubyHash.each_pairCommon(ThreadContext context,
Block block,
boolean oneNine)
rb_hash_each_pair |
RubyHash |
RubyHash.each_valueCommon(ThreadContext context,
Block block)
rb_hash_each_value |
RubyHash |
RubyHash.eachCommon(ThreadContext context,
Block block)
rb_hash_each |
RubyHash |
RubyHash.fastASetChained(IRubyObject key,
IRubyObject value)
|
RubyHash |
Ruby.getCharsetMap()
|
RubyHash |
RubyHash.initialize_copy(ThreadContext context,
IRubyObject other)
rb_hash_replace |
RubyHash |
RubyHash.initialize_copy19(ThreadContext context,
IRubyObject other)
rb_hash_replace |
RubyHash |
RubyHash.invert(ThreadContext context)
rb_hash_invert |
RubyHash |
RubyHash.merge_bang(ThreadContext context,
IRubyObject other,
Block block)
rb_hash_update |
RubyHash |
RubyHash.merge_bang19(ThreadContext context,
IRubyObject other,
Block block)
rb_hash_update |
RubyHash |
RubyHash.merge(ThreadContext context,
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.rejectInternal(ThreadContext context,
Block block)
rb_hash_reject |
RubyHash |
RubyHash.replace(ThreadContext context,
IRubyObject other)
rb_hash_replace |
RubyHash |
RubyHash.replace19(ThreadContext context,
IRubyObject other)
|
RubyHash |
RubyGlobal.StringOnlyRubyHash.to_hash()
|
RubyHash |
RubyHash.to_hash()
rb_hash_to_hash |
static RubyHash |
RubyHash.unmarshalFrom(UnmarshalStream input,
boolean defaultValue)
|
Methods in org.jruby with parameters of type RubyHash | |
---|---|
static void |
RubyHash.marshalTo(RubyHash hash,
MarshalStream output)
|
Uses of RubyHash in org.jruby.ast |
---|
Methods in org.jruby.ast with parameters of type RubyHash | |
---|---|
protected void |
Hash19Node.aset(Ruby runtime,
RubyHash hash,
IRubyObject key,
IRubyObject value)
|
protected void |
HashNode.aset(Ruby runtime,
RubyHash hash,
IRubyObject key,
IRubyObject value)
|
Uses of RubyHash in org.jruby.ext.ffi |
---|
Methods in org.jruby.ext.ffi with parameters of type RubyHash | |
---|---|
static int |
Util.intValue(IRubyObject obj,
RubyHash enums)
|
Uses of RubyHash in org.jruby.java.proxies |
---|
Methods in org.jruby.java.proxies that return RubyHash | |
---|---|
RubyHash |
MapJavaProxy.initialize_copy(ThreadContext context,
IRubyObject other)
rb_hash_initialize_copy |
RubyHash |
MapJavaProxy.initialize_copy19(ThreadContext context,
IRubyObject other)
|
RubyHash |
MapJavaProxy.invert(ThreadContext context)
rb_hash_invert |
RubyHash |
MapJavaProxy.merge_bang(ThreadContext context,
IRubyObject other,
Block block)
rb_hash_merge_bang |
RubyHash |
MapJavaProxy.merge_bang19(ThreadContext context,
IRubyObject other,
Block block)
|
RubyHash |
MapJavaProxy.merge(ThreadContext context,
IRubyObject other,
Block block)
rb_hash_merge |
RubyHash |
MapJavaProxy.rb_clear()
rb_hash_clear |
RubyHash |
MapJavaProxy.rehash()
rb_hash_rehash |
RubyHash |
MapJavaProxy.replace(ThreadContext context,
IRubyObject other)
rb_hash_replace |
RubyHash |
MapJavaProxy.replace19(ThreadContext context,
IRubyObject other)
|
RubyHash |
MapJavaProxy.to_hash()
rb_hash_to_hash |
Uses of RubyHash in org.jruby.javasupport.util |
---|
Methods in org.jruby.javasupport.util that return RubyHash | |
---|---|
static RubyHash |
RuntimeHelpers.constructHash(Ruby runtime,
IRubyObject key1,
IRubyObject value1)
|
static RubyHash |
RuntimeHelpers.constructHash(Ruby runtime,
IRubyObject key1,
IRubyObject value1,
IRubyObject key2,
IRubyObject value2)
|
static RubyHash |
RuntimeHelpers.constructHash(Ruby runtime,
IRubyObject key1,
IRubyObject value1,
IRubyObject key2,
IRubyObject value2,
IRubyObject key3,
IRubyObject value3)
|
static RubyHash |
RuntimeHelpers.constructHash19(Ruby runtime,
IRubyObject key1,
IRubyObject value1)
|
static RubyHash |
RuntimeHelpers.constructHash19(Ruby runtime,
IRubyObject key1,
IRubyObject value1,
IRubyObject key2,
IRubyObject value2)
|
static RubyHash |
RuntimeHelpers.constructHash19(Ruby runtime,
IRubyObject key1,
IRubyObject value1,
IRubyObject key2,
IRubyObject value2,
IRubyObject key3,
IRubyObject value3)
|
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 |