public static class AbstractSection.AbstractSectionIterator extends java.lang.Object implements java.util.Iterator<AbstractViewCell>
| Constructor and Description |
|---|
AbstractSectionIterator(AbstractSection section) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
AbstractViewCell |
next() |
public AbstractSectionIterator(AbstractSection section)
public boolean hasNext()
hasNext in interface java.util.Iterator<AbstractViewCell>public AbstractViewCell next()
next in interface java.util.Iterator<AbstractViewCell>