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