Class NombresPremiersEntier

java.lang.Object
  extended byNombresPremiersEntier

public class NombresPremiersEntier
extends java.lang.Object

Afficher les nombres premiers suivant l'algorithme dit du crible d'Eratosthene. Les entiers sont stockes dans un ensemble.


Class Specifications

Specifications inherited from class Object
public represents _getClass <- \typeof(this);

Model Field Summary
 
Model fields inherited from class java.lang.Object
_getClass, objectState, theString
 
Ghost Field Summary
 
Ghost fields inherited from class java.lang.Object
objectTimesFinalized, owner
 
Constructor Summary
NombresPremiersEntier()
           
 
Model Method Summary
 
Model methods inherited from class java.lang.Object
hashValue
 
Method Summary
static void main(java.lang.String[] args)
          Programme qui calcule les nombres premiers de 2 a l'entier passe en parametre.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NombresPremiersEntier

public NombresPremiersEntier()
Method Detail

main

public static void main(java.lang.String[] args)
Programme qui calcule les nombres premiers de 2 a l'entier passe en parametre. L'ensemble utilise est EnsembleTabEntier.