Klasse TransformationList<T>

java.lang.Object
org.deidentifier.arx.framework.lattice.TransformationList<T>
Typparameter:
T -

public abstract class TransformationList<T> extends Object
List of transformations
  • 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

      public static TransformationList<Long> create(cern.colt.list.LongArrayList result)
      Creates a new list for transformations managed by longs
      Parameter:
      result -
      Gibt zurück:
    • addAllOfFromTo

      public abstract void addAllOfFromTo(TransformationList<?> successors, int from, int to)
      Adds from to
      Parameter:
      successors -
      from -
      to -
    • getQuick

      public abstract T getQuick(int i)
      Returns an element
      Parameter:
      i -
      Gibt zurück:
    • size

      public abstract int size()
      Returns the size
      Gibt zurück: