Uses of Class
org.jruby.util.collections.SlottedHashMap

Packages that use SlottedHashMap
org.jruby.util.collections   
 

Uses of SlottedHashMap in org.jruby.util.collections
 

Methods in org.jruby.util.collections that return SlottedHashMap
 SlottedHashMap SlottedHashMap.Slot.getParent()
           
 

Methods in org.jruby.util.collections with parameters of type SlottedHashMap
 void SlottedHashMap.addChild(SlottedHashMap smap)
          Deprecated.  
protected  java.lang.Object SlottedHashMap.put(java.lang.Object key, java.lang.Object value, SlottedHashMap parent)
          Deprecated. Potentially insert the given key and value, if we have not already overridden it
protected  void SlottedHashMap.remove(java.lang.Object key, SlottedHashMap parent)
          Deprecated.  
 void SlottedHashMap.setParent(SlottedHashMap smap)
          Deprecated.  
 

Constructors in org.jruby.util.collections with parameters of type SlottedHashMap
SlottedHashMap(java.lang.Object owner, SlottedHashMap smap)
          Deprecated.  
 



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