Klasse IntArrayDictionaryEntry
java.lang.Object
org.deidentifier.arx.framework.check.distribution.IntArrayDictionaryEntry
Implements an entry.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungIntArrayDictionaryEntry(int[] key, int hash, int value) Creates a new entry. -
Methodenübersicht
-
Konstruktordetails
-
IntArrayDictionaryEntry
public IntArrayDictionaryEntry(int[] key, int hash, int value) Creates a new entry.- Parameter:
key- the keyhash- the hashvalue- the value
-
-
Methodendetails
-
decRefCount
public int decRefCount() -
getHashcode
public int getHashcode()Gets the hashcode of this class.- Gibt zurück:
- the hashcode of this class
-
getKey
public int[] getKey()Gets the key of this class.- Gibt zurück:
- the key of this class
-
getNext
Gets the next element in this bucket.- Gibt zurück:
- the next element in this bucket
-
getValue
public int getValue()Gets the value.- Gibt zurück:
- the value
-
incRefCount
public void incRefCount()Increments the reference counter -
setNext
Sets next- Parameter:
next-
-