org.joni.util
Class IntArrayHash.OniIntArrayHashEntry<V>

java.lang.Object
  extended by org.joni.util.IntArrayHash.OniIntArrayHashEntry<V>
Enclosing class:
IntArrayHash<V>

public static final class IntArrayHash.OniIntArrayHashEntry<V>
extends java.lang.Object


Field Summary
 int[] key
           
 V value
           
 
Constructor Summary
IntArrayHash.OniIntArrayHashEntry(int hash, org.joni.util.Hash.OniHashEntry<V> next, V value, int[] key)
           
 
Method Summary
 boolean equals(int[] key)
           
 
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.OniIntArrayHashEntry

public IntArrayHash.OniIntArrayHashEntry(int hash,
                                         org.joni.util.Hash.OniHashEntry<V> next,
                                         V value,
                                         int[] key)
Method Detail

equals

public boolean equals(int[] key)


Copyright © 2008. All Rights Reserved.