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