org.jcodings.util
Class IntArrayHash.IntArrayHashEntry<V>

java.lang.Object
  extended by org.jcodings.util.IntArrayHash.IntArrayHashEntry<V>
Enclosing class:
IntArrayHash<V>

public static final class IntArrayHash.IntArrayHashEntry<V>
extends Object


Field Summary
 int[] key
           
 V value
           
 
Constructor Summary
IntArrayHash.IntArrayHashEntry()
           
IntArrayHash.IntArrayHashEntry(int hash, org.jcodings.util.Hash.HashEntry<V> next, V value, int[] key, org.jcodings.util.Hash.HashEntry<V> head)
           
 
Method Summary
 boolean equals(int[] key)
           
 int getHash()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public final int[] key

value

public V value
Constructor Detail

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()
Method Detail

equals

public boolean equals(int[] key)

getHash

public int getHash()


Copyright © 2011. All Rights Reserved.