Package | Description |
---|---|
org.deidentifier.arx.framework.lattice |
This package provides the internal generalization lattice
|
Modifier and Type | Class and Description |
---|---|
static class |
ObjectIterator.ObjectIteratorIntArray
Iterator for int arrays
|
static class |
ObjectIterator.ObjectIteratorLong
Iterator for longs
|
Modifier and Type | Method and Description |
---|---|
static ObjectIterator<java.lang.Long> |
ObjectIterator.create(de.linearbits.jhpl.JHPLIterator.LongIterator iter)
Creates a new instance for longs
|
static ObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> |
ObjectIterator.create(SolutionSpace<?> lattice,
java.util.Iterator<int[]> iter)
Creates a new instance for int arrays
|
ObjectIterator<java.lang.Long> |
SolutionSpaceLong.getMaterializedTransformations()
Returns all materialized transformations
|
ObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> |
SolutionSpaceIntArray.getMaterializedTransformations()
Returns all materialized transformations
|
abstract ObjectIterator<T> |
SolutionSpace.getMaterializedTransformations()
Returns all materialized transformations
|
ObjectIterator<java.lang.Long> |
SolutionSpaceLong.unsafeGetAllTransformations()
Returns all transformations in the solution space
|
ObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> |
SolutionSpaceIntArray.unsafeGetAllTransformations()
Returns all transformations in the solution space
|
abstract ObjectIterator<T> |
SolutionSpace.unsafeGetAllTransformations()
Returns all transformations in the solution space
|
ObjectIterator<java.lang.Long> |
SolutionSpaceLong.unsafeGetLevel(int level)
Returns *all* nodes on the given level.
|
ObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> |
SolutionSpaceIntArray.unsafeGetLevel(int level)
Returns *all* nodes on the given level.
|
abstract ObjectIterator<T> |
SolutionSpace.unsafeGetLevel(int level)
Returns *all* nodes on the given level.
|