Klasse TransformationList<T>
java.lang.Object
org.deidentifier.arx.framework.lattice.TransformationList<T>
- Typparameter:
T-
List of transformations
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract voidaddAllOfFromTo(TransformationList<?> successors, int from, int to) Adds from tostatic TransformationList<Long> create(cern.colt.list.LongArrayList result) Creates a new list for transformations managed by longsstatic TransformationList<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> Creates a new list for transformations managed by int arraysabstract TgetQuick(int i) Returns an elementabstract intsize()Returns the size
-
Konstruktordetails
-
TransformationList
public TransformationList()
-
-
Methodendetails
-
create
public static TransformationList<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> create(List<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> result) Creates a new list for transformations managed by int arrays- Parameter:
lattice-- Gibt zurück:
-
create
Creates a new list for transformations managed by longs- Parameter:
result-- Gibt zurück:
-
addAllOfFromTo
Adds from to- Parameter:
successors-from-to-
-
getQuick
Returns an element- Parameter:
i-- Gibt zurück:
-
size
public abstract int size()Returns the size- Gibt zurück:
-