|
JML | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An extended indefinite iterator interface that can iterate over values of type int without casting.
IndefiniteIterator
Class Specifications |
Specifications inherited from class Object |
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT; public represents _getClass <- \typeof(this); |
Method Summary | |
Object |
clone()
Return a copy of this iterator in the same state as this object. |
Object |
get()
Return the current element in this iteration. |
int |
getInt()
Return the current int in this iterator. |
Methods inherited from interface org.jmlspecs.jmlunit.strategies.IndefiniteIterator |
advance, atEnd |
Method Detail |
public Object get()
IndefiniteIterator
get
in interface IndefiniteIterator
public int getInt()
public Object clone()
clone
in interface IndefiniteIterator
clone
in class Object
|
JML | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |