class StringPart.Iter extends java.lang.Object implements java.util.Iterator<StringPart>
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
bFirst |
(package private) boolean |
bHasNextCalled |
| Constructor and Description |
|---|
Iter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Check whether a next line is available.
|
StringPart |
next()
Returns the next line.
|
public boolean hasNext()
hasNext in interface java.util.Iterator<StringPart>public StringPart next()
StringPart.nextlineMaxpart().
StringPart.endMax with other operations changes the spread.
That is especially StringPart.setParttoMax() and StringPart.setCurrentMaxPart().
This operations should not be used in this iterator environment.
StringPart.fromEnd() etc. can be used.
The line returned here is determined with the spread from StringPart.begiMin to StringPart.endMax
which are not changed by this operations.next in interface java.util.Iterator<StringPart>