Save This Page
Home » jruby-src-1.1.3 » org.jruby » [javadoc | source]
org.jruby
public class: RubyHash [javadoc | source]
java.lang.Object
   org.jruby.RubyObject
      org.jruby.RubyHash

All Implemented Interfaces:
    VALUE

Direct Known Subclasses:
    StringOnlyRubyHash

Constructor:
 public RubyHash(Ruby ruby) 
 public RubyHash(Ruby ruby,
    Map valueMap) 
 public RubyHash(Ruby ruby,
    RubyMap valueMap,
    RubyObject defaultValue) 
Method from org.jruby.RubyHash Summary:
getDefautValue,   getValueMap,   m_aset,   m_initialize,   m_new,   m_newHash,   setDefautValue,   setValueMap
Methods from org.jruby.RubyObject:
callInit,   defineSingletonMethod,   funcall,   funcall,   funcall,   funcall3,   getClassVarSingleton,   getInstanceVar,   getInstanceVar,   getInstanceVariables,   getRuby,   getRubyClass,   getSingletonClass,   infectObject,   isFalse,   isFrozen,   isImmediate,   isInstanceVarDefined,   isNil,   isSpecialConst,   isTaint,   isTrue,   m_clone,   m_dup,   m_equal,   m_freeze,   m_frozen,   m_id,   m_inspect,   m_instance_of,   m_kind_of,   m_methods,   m_private_methods,   m_protected_methods,   m_singleton_methods,   m_taint,   m_tainted,   m_to_s,   m_type,   m_untaint,   setFrozen,   setImmediate,   setInstanceVar,   setInstanceVar,   setInstanceVariables,   setRuby,   setRubyClass,   setTaint,   setupClone,   setupObject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jruby.RubyHash Detail:
 public RubyObject getDefautValue() 
 public RubyMap getValueMap() 
 public RubyObject m_aset(RubyObject key,
    RubyObject value) 
 public RubyObject m_initialize(RubyObject[] args) 
 public static RubyHash m_new(Ruby ruby,
    RubyClass rubyClass,
    RubyObject[] args) 
 public static RubyHash m_newHash(Ruby ruby) 
 public  void setDefautValue(RubyObject defautValue) 
 public  void setValueMap(RubyMap valueMap)