org.jruby.util.collections
Class IntHashMap.Entry<V>

java.lang.Object
  extended by org.jruby.util.collections.IntHashMap.Entry<V>
Enclosing class:
IntHashMap<V>

public static class IntHashMap.Entry<V>
extends java.lang.Object


Constructor Summary
protected IntHashMap.Entry(int hash, int key, V value, IntHashMap.Entry next)
           
 
Method Summary
 int getKey()
           
 V getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntHashMap.Entry

protected IntHashMap.Entry(int hash,
                           int key,
                           V value,
                           IntHashMap.Entry next)
Method Detail

getKey

public int getKey()

getValue

public V getValue()


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