public interface PropertyIterator extends RangeIterator
Property
s with nextProperty
as well as a skip
method.Modifier and Type | Method and Description |
---|---|
Property |
nextProperty()
Returns the next
Property in the iteration. |
getPosition, getSize, skip
Property nextProperty()
Property
in the iteration.Property
in the iteration.java.util.NoSuchElementException
- if iteration has no more Property
s.