Class CelluleData
java.lang.Object
|
+----CelluleData
- public class CelluleData
- extends Object
Une classe pour manipuler des cellules d'une liste chainee.
-
CelluleData()
- Les constructeurs initialisent le tableau
-
CelluleData(Data)
-
-
link(CelluleData, CelluleData)
- La méthode link relie une cellule a deux autres.
-
toString()
- La méthode toString envoie sur la sortie standard le champ data
CelluleData
public CelluleData()
- Les constructeurs initialisent le tableau
CelluleData
public CelluleData(Data data)
link
public void link(CelluleData avant,
CelluleData apres)
- La méthode link relie une cellule a deux autres.
toString
public String toString()
- La méthode toString envoie sur la sortie standard le champ data
- Overrides:
- toString in class Object