Klasse MetaHashGroupifyEntry
java.lang.Object
org.deidentifier.arx.framework.check.groupify.MetaHashGroupifyEntry
Implements a grouping of equivalence classes
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungFrequency set for the value to analyze *.final intThe hashcode of this class.The next element in this bucket.The overall next element in original order.final intThe key of this class. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
hashcode
public final int hashcodeThe hashcode of this class. -
row
public final int rowThe key of this class. -
next
The next element in this bucket. -
nextOrdered
The overall next element in original order. -
distribution
Frequency set for the value to analyze *.
-
-
Konstruktordetails
-
MetaHashGroupifyEntry
public MetaHashGroupifyEntry(int row, int hash) Creates a new entry.- Parameter:
row- the rowhash- the hash
-