public class Node
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Node |
fils |
protected Node |
frere |
protected char |
lettre |
Constructor and Description |
---|
Node(char lettre) |
public void ajouter(java.lang.String nom, int rang)
nom
- rang
- rang à partir duquel on examine le nompublic boolean contient(java.lang.String nom)
nom
- public java.lang.String toString()
toString
in class java.lang.Object