|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.util.collections.IntHashMap.Entry<V>
public static class IntHashMap.Entry<V>
| Constructor Summary | |
|---|---|
protected |
IntHashMap.Entry(int hash,
int key,
V value,
IntHashMap.Entry next)
|
| Method Summary | |
|---|---|
int |
getKey()
|
V |
getValue()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected IntHashMap.Entry(int hash,
int key,
V value,
IntHashMap.Entry next)
| Method Detail |
|---|
public int getKey()
public V getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||