Klasse ObjectIterator<T>
java.lang.Object
org.deidentifier.arx.framework.lattice.ObjectIterator<T>
- Typparameter:
T-
- Bekannte direkte Unterklassen:
ObjectIterator.ObjectIteratorIntArray,ObjectIterator.ObjectIteratorLong
Wrapper for iterator
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classIterator for int arraysstatic classIterator for longs -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ObjectIterator<Long> create(de.linearbits.jhpl.JHPLIterator.LongIterator iter) Creates a new instance for longsstatic ObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> create(SolutionSpace<?> lattice, Iterator<int[]> iter) Creates a new instance for int arraysabstract booleanhasNext()Is there a next element?abstract Tnext()Returns the next element
-
Konstruktordetails
-
ObjectIterator
public ObjectIterator()
-
-
Methodendetails
-
create
Creates a new instance for longs- Parameter:
iter-- Gibt zurück:
-
create
public static ObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> create(SolutionSpace<?> lattice, Iterator<int[]> iter) Creates a new instance for int arrays- Parameter:
lattice-iter-- Gibt zurück:
-
hasNext
public abstract boolean hasNext()Is there a next element? -
next
Returns the next element
-