T
- public abstract class TransformationList<T>
extends java.lang.Object
Constructor and Description |
---|
TransformationList() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addAllOfFromTo(TransformationList<?> successors,
int from,
int to)
Adds from to
|
static TransformationList<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> |
create(java.util.List<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> result)
Creates a new list for transformations managed by int arrays
|
static TransformationList<java.lang.Long> |
create(cern.colt.list.LongArrayList result)
Creates a new list for transformations managed by longs
|
abstract T |
getQuick(int i)
Returns an element
|
abstract int |
size()
Returns the size
|
public static TransformationList<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> create(java.util.List<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> result)
lattice
- public static TransformationList<java.lang.Long> create(cern.colt.list.LongArrayList result)
result
- public abstract void addAllOfFromTo(TransformationList<?> successors, int from, int to)
successors
- from
- to
- public abstract T getQuick(int i)
i
- public abstract int size()