Uses of Class
org.jruby.RubyHash

Packages that use RubyHash
org.jruby   
org.jruby.ast   
org.jruby.javasupport.util   
org.jruby.runtime.builtin   
 

Uses of RubyHash in org.jruby
 

Subclasses of RubyHash in org.jruby
static class RubyGlobal.StringOnlyRubyHash
          Obligate string-keyed and string-valued hash, used for ENV and ENV_JAVA
 

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()
           
 RubyHash RubyHash.delete_if(ThreadContext context, Block block)
          rb_hash_delete_if
 RubyHash RubyHash.each_key(ThreadContext context, Block block)
          rb_hash_each_key
 RubyHash RubyHash.each_pair(ThreadContext context, Block block)
          rb_hash_each_pair
 RubyHash RubyHash.each_value(ThreadContext context, Block block)
          rb_hash_each_value
 RubyHash RubyHash.each(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.invert(ThreadContext context)
          rb_hash_invert
 RubyHash RubyHash.merge_bang(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.reject(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.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()
           
 



Copyright © 2002-2009 JRuby Team. All Rights Reserved.