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