Klasse ObjectIterator.ObjectIteratorIntArray

java.lang.Object
org.deidentifier.arx.framework.lattice.ObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper>
org.deidentifier.arx.framework.lattice.ObjectIterator.ObjectIteratorIntArray
Umschließende Klasse:
ObjectIterator<T>

public static class ObjectIterator.ObjectIteratorIntArray extends ObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper>
Iterator for int arrays
  • Methodendetails

    • hasNext

      public boolean hasNext()
      Beschreibung aus Klasse kopiert: ObjectIterator
      Is there a next element?
      Angegeben von:
      hasNext in Klasse ObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper>
      Gibt zurück:
      Siehe auch:
      • JHPLIterator.LongIterator.hasNext()
    • next

      public org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper next()
      Beschreibung aus Klasse kopiert: ObjectIterator
      Returns the next element
      Angegeben von:
      next in Klasse ObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper>
      Gibt zurück:
      Siehe auch:
      • JHPLIterator.LongIterator.next()