public interface PropertyIterator extends RangeIterator
Propertys 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, skipProperty nextProperty()
Property in the iteration.Property in the iteration.java.util.NoSuchElementException - if iteration has no more Propertys.