public static class IntHashMap.Entry<V> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
IntHashMap.Entry(int hash,
int key,
V value,
IntHashMap.Entry<V> next) |
protected IntHashMap.Entry(int hash,
int key,
V value,
IntHashMap.Entry<V> next)
public int getKey()
public V getValue()
Copyright © 2001-2015 JRuby. All Rights Reserved.