Package org.jruby.util.collections
Class IntHashMap.Entry<V>
java.lang.Object
org.jruby.util.collections.IntHashMap.Entry<V>
- Enclosing class:
IntHashMap<V>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Entry
(int hash, int key, V value, IntHashMap.Entry<V> next) -
Method Summary
-
Constructor Details
-
Entry
-
-
Method Details
-
getKey
public int getKey() -
getValue
-