public class IntArrayDictionaryEntry
extends java.lang.Object
Constructor and Description |
---|
IntArrayDictionaryEntry(int[] key,
int hash,
int value)
Creates a new entry.
|
Modifier and Type | Method and Description |
---|---|
int |
decRefCount() |
int |
getHashcode()
Gets the hashcode of this class.
|
int[] |
getKey()
Gets the key of this class.
|
IntArrayDictionaryEntry |
getNext()
Gets the next element in this bucket.
|
int |
getValue()
Gets the value.
|
void |
incRefCount()
Increments the reference counter
|
void |
setNext(IntArrayDictionaryEntry next)
Sets next
|
public IntArrayDictionaryEntry(int[] key, int hash, int value)
key
- the keyhash
- the hashvalue
- the valuepublic int decRefCount()
public int getHashcode()
public int[] getKey()
public IntArrayDictionaryEntry getNext()
public int getValue()
public void incRefCount()
public void setNext(IntArrayDictionaryEntry next)
next
-