public class MetaHashGroupifyEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Distribution |
distribution
Frequency set for the value to analyze *.
|
int |
hashcode
The hashcode of this class.
|
MetaHashGroupifyEntry |
next
The next element in this bucket.
|
MetaHashGroupifyEntry |
nextOrdered
The overall next element in original order.
|
int |
row
The key of this class.
|
Constructor and Description |
---|
MetaHashGroupifyEntry(int row,
int hash)
Creates a new entry.
|
public final int hashcode
public final int row
public MetaHashGroupifyEntry next
public MetaHashGroupifyEntry nextOrdered
public Distribution distribution