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