org.jcodings.util
Class IntHash.IntHashEntry<V>
java.lang.Object
org.jcodings.util.IntHash.IntHashEntry<V>
- Enclosing class:
- IntHash<V>
public static final class IntHash.IntHashEntry<V>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public V value
IntHash.IntHashEntry
public IntHash.IntHashEntry(int hash,
org.jcodings.util.Hash.HashEntry<V> next,
V value,
org.jcodings.util.Hash.HashEntry<V> head)
IntHash.IntHashEntry
public IntHash.IntHashEntry()
getHash
public int getHash()
Copyright © 2011. All Rights Reserved.