|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectArbre
public class Arbre
Constructor Summary | |
---|---|
Arbre()
This constructor is used to create the dictionnary initially. |
|
Arbre(int i)
This constructor is used when adding a new element to the dictionary. |
Method Summary | |
---|---|
void |
ecrireEntier(int n)
This method writes to the standard output the binary representation of an integer where the least significant bit is written first. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Arbre()
public Arbre(int i)
i
- the index of the word which is added to the dictionary.Method Detail |
---|
public void ecrireEntier(int n)
n
- the integer whose binary representation is written to the standard output.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |