org.jvyamlb.util
Class IntHashMap.Entry

java.lang.Object
  extended by org.jvyamlb.util.IntHashMap.Entry
Enclosing class:
IntHashMap

private static class IntHashMap.Entry
extends java.lang.Object


Field Summary
(package private)  int hash
           
(package private)  int key
           
(package private)  IntHashMap.Entry next
           
(package private)  java.lang.Object value
           
 
Constructor Summary
protected IntHashMap.Entry(int hash, int key, java.lang.Object value, IntHashMap.Entry next)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hash

int hash

key

int key

value

java.lang.Object value

next

IntHashMap.Entry next
Constructor Detail

IntHashMap.Entry

protected IntHashMap.Entry(int hash,
                           int key,
                           java.lang.Object value,
                           IntHashMap.Entry next)