Klasse RowSet

java.lang.Object
org.deidentifier.arx.RowSet
Alle implementierten Schnittstellen:
Serializable, Cloneable

public class RowSet extends Object implements Serializable, Cloneable
A set of rows.
Siehe auch:
  • Methodendetails

    • create

      public static RowSet create(Data data)
      Creates a new instance
      Parameter:
      data -
      Gibt zurück:
    • create

      public static RowSet create(int length)
      Creates a new instance
      Parameter:
      length -
      Gibt zurück:
    • add

      public void add(int rowIndex)
      Sets a bit
      Parameter:
      rowIndex -
    • clone

      public RowSet clone()
    • contains

      public boolean contains(int rowIndex)
      Checks whether the bit is set
      Parameter:
      rowIndex -
      Gibt zurück:
    • length

      public int length()
      Returns the number of available bits
      Gibt zurück:
    • remove

      public void remove(int rowIndex)
      Unsets a bit
      Parameter:
      rowIndex -
    • size

      public int size()
      Returns the number of bits set
      Gibt zurück:
    • swap

      public void swap(int rowIndex1, int rowIndex2)
      Swaps two bits
      Parameter:
      rowIndex1 -
      rowIndex2 -