org.jruby.util.collections
Class SlottedHashMap.Slot

java.lang.Object
  extended by org.jruby.util.collections.SlottedHashMap.Slot
Enclosing class:
SlottedHashMap

public class SlottedHashMap.Slot
extends java.lang.Object


Constructor Summary
SlottedHashMap.Slot()
           
 
Method Summary
 SlottedHashMap getParent()
           
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SlottedHashMap.Slot

public SlottedHashMap.Slot()
Method Detail

setValue

public void setValue(java.lang.Object value)

getValue

public java.lang.Object getValue()

getParent

public SlottedHashMap getParent()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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