JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
KeY 2.6.2_00c1abfd22b738afe24e89fecc2ee4eec2c38f4a
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.uka.ilkd.key.logic
Interface IntIterator
All Known Subinterfaces:
PIOPathIterator
All Known Implementing Classes:
PosInOccurrence.PIOPathIteratorImpl
,
PosInProgram.PosArrayIntIterator
,
PosInTerm.PiTIterator
public interface
IntIterator
implemented by iterators of primitive type int
Method Summary
Methods
Modifier and Type
Method and Description
boolean
hasNext
()
int
next
()
Method Detail
next
int next()
Returns:
Integer the next element of collection
hasNext
boolean hasNext()
Returns:
boolean true iff collection has more unseen elements
Overview
Package
Class
Tree
Deprecated
Index
Help
KeY 2.6.2_00c1abfd22b738afe24e89fecc2ee4eec2c38f4a
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method