Class CelluleData

java.lang.Object
   |
   +----CelluleData

public class CelluleData
extends Object
Une classe pour manipuler des cellules d'une liste chainee.


Constructor Index

 o CelluleData()
Les constructeurs initialisent le tableau
 o CelluleData(Data)

Method Index

 o link(CelluleData, CelluleData)
La méthode link relie une cellule a deux autres.
 o toString()
La méthode toString envoie sur la sortie standard le champ data

Constructors

 o CelluleData
  public CelluleData()
Les constructeurs initialisent le tableau

 o CelluleData
  public CelluleData(Data data)

Methods

 o link
  public void link(CelluleData avant,
                   CelluleData apres)
La méthode link relie une cellule a deux autres.

 o toString
  public String toString()
La méthode toString envoie sur la sortie standard le champ data

Overrides:
toString in class Object