|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsims.ihm.graph.Cellule
public class Cellule
Une cellule represente une structure a deux elements, le premier element etant la valeur de la cellule (un entier), le deuxieme element etant une reference sur la cellule suivante
Field Summary | |
---|---|
Cellule |
suivant
|
int |
valeur
|
Constructor Summary | |
---|---|
Cellule(int valeur)
Construit une Cellule vide |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int valeur
public Cellule suivant
Constructor Detail |
---|
public Cellule(int valeur)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |