Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String[] |
DataHandleSubset.getDistinctValues(int column,
DataHandleStatistics.InterruptHandler handler) |
java.lang.String[] |
DataHandleStatistics.getDistinctValues(int column,
DataHandleStatistics.InterruptHandler stop)
Method
|
protected java.lang.String[] |
DataHandleOutput.getDistinctValues(int col,
DataHandleStatistics.InterruptHandler handler)
Gets the distinct values.
|
protected java.lang.String[] |
DataHandleInput.getDistinctValues(int column,
DataHandleStatistics.InterruptHandler handler) |
protected abstract java.lang.String[] |
DataHandle.getDistinctValues(int column,
DataHandleStatistics.InterruptHandler handler)
Returns the distinct values.
|