JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
iteration
Interface Iteration
public interface
Iteration
Programme à exécuter pas à pas.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
isDone
()
L’exécution de ce programme est-elle terminée ?
Iteration
step
()
Avancer d’un pas.
Method Detail
isDone
boolean isDone()
L’exécution de ce programme est-elle terminée ?
Returns:
l’exécution est terminée
step
Iteration
step()
Avancer d’un pas. Ne fait rien si l’exécution est terminée.
Returns:
cet objet
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method