org.joni.util
Class IntHash.OniIntHashEntry<V>

java.lang.Object
  extended by org.joni.util.IntHash.OniIntHashEntry<V>
Enclosing class:
IntHash<V>

public static final class IntHash.OniIntHashEntry<V>
extends java.lang.Object


Field Summary
 V value
           
 
Constructor Summary
IntHash.OniIntHashEntry(int hash, org.joni.util.Hash.OniHashEntry<V> next, V value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public V value
Constructor Detail

IntHash.OniIntHashEntry

public IntHash.OniIntHashEntry(int hash,
                               org.joni.util.Hash.OniHashEntry<V> next,
                               V value)


Copyright © 2008. All Rights Reserved.