Verwendungen von Klasse
org.deidentifier.arx.framework.lattice.ObjectIterator
Packages, die ObjectIterator verwenden
Package
Beschreibung
This package provides the internal generalization lattice
-
Verwendungen von ObjectIterator in org.deidentifier.arx.framework.lattice
Unterklassen von ObjectIterator in org.deidentifier.arx.framework.latticeModifizierer und TypKlasseBeschreibungstatic classIterator for int arraysstatic classIterator for longsMethoden in org.deidentifier.arx.framework.lattice, die ObjectIterator zurückgebenModifizierer und TypMethodeBeschreibungstatic ObjectIterator<Long> ObjectIterator.create(de.linearbits.jhpl.JHPLIterator.LongIterator iter) Creates a new instance for longsstatic ObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> ObjectIterator.create(SolutionSpace<?> lattice, Iterator<int[]> iter) Creates a new instance for int arraysabstract ObjectIterator<T> SolutionSpace.getMaterializedTransformations()Returns all materialized transformationsObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> SolutionSpaceIntArray.getMaterializedTransformations()Returns all materialized transformationsSolutionSpaceLong.getMaterializedTransformations()Returns all materialized transformationsabstract ObjectIterator<T> SolutionSpace.unsafeGetAllTransformations()Returns all transformations in the solution spaceObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> SolutionSpaceIntArray.unsafeGetAllTransformations()Returns all transformations in the solution spaceSolutionSpaceLong.unsafeGetAllTransformations()Returns all transformations in the solution spaceabstract ObjectIterator<T> SolutionSpace.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.SolutionSpaceLong.unsafeGetLevel(int level) Returns *all* nodes on the given level.