T - type of iterated elementspublic interface IterationItem<T>
| Modifier and Type | Method and Description |
|---|---|
int |
index()
Index of the current iteration cycle.
|
boolean |
isFirst()
Determines whether the current element is the first member of the iterated sequence.
|
boolean |
isLast()
Determines whether the current element is the last member of the iterated sequence.
|
void |
remove()
Removes the current element.
|
T |
value()
Returns the element relevant to the current iteration cycle.
|
T value()
int index()
boolean isFirst()
true if the current element is the first member of the iterated sequenceboolean isLast()
true if the current element is the last member of the iterated sequencevoid remove()
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.