|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NumberedStream<E>
NumberedStream is a Sequential Stream where each element has an intrinsic number.
Method Summary | |
---|---|
E |
get(int input)
Get the calculate value for index based on the previous stream. |
int |
getIndex()
Index of last successfully processed element. |
int |
getLast()
Last possible element. |
int |
getMaxLast()
Manually set max value for last possible element. |
void |
setMaxLast(int maxLast)
Set a max value for last possible element. |
Methods inherited from interface org.shapelogic.calculation.LazyCalc |
---|
isDirty, setup |
Methods inherited from interface org.shapelogic.calculation.CalcValue |
---|
getValue |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Method Detail |
---|
E get(int input)
index
- in
int getIndex()
int getLast()
int getMaxLast()
void setMaxLast(int maxLast)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |