JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
KeY 2.6.0_3b928241d3c6497f2bf3626bad48a3118b304db1
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
All Methods
Instance Methods
Abstract 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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
KeY 2.6.0_3b928241d3c6497f2bf3626bad48a3118b304db1
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method