public static class ObjectIterator.ObjectIteratorIntArray extends ObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper>
ObjectIterator.ObjectIteratorIntArray, ObjectIterator.ObjectIteratorLong
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Is there a next element?
|
org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper |
next()
Returns the next element
|
create, create
public boolean hasNext()
ObjectIterator
hasNext
in class ObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper>
JHPLIterator.LongIterator.hasNext()
public org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper next()
ObjectIterator
next
in class ObjectIterator<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper>
JHPLIterator.LongIterator.next()