src
Class Lettre_U

java.lang.Object
  extended by src.SuiteDeChar
      extended by src.Vocabulaire
          extended by src.Lettre
              extended by src.Voyelle
                  extended by src.Lettre_U

public class Lettre_U
extends Voyelle


Constructor Summary
Lettre_U(boolean b)
           
 
Method Summary
 Lettre majusculiser()
           
 Lettre minusculiser()
           
 java.lang.String toString()
          String representation.
 
Methods inherited from class src.Voyelle
compterVoyelles, estVoyelle
 
Methods inherited from class src.Lettre
compterMots, estMot, iemeMot, isMajuscule, setMajuscule, toutesMinus
 
Methods inherited from class src.Vocabulaire
estLettre, longueur
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Lettre_U

public Lettre_U(boolean b)
Method Detail

minusculiser

public Lettre minusculiser()
Specified by:
minusculiser in class Lettre

majusculiser

public Lettre majusculiser()
Specified by:
majusculiser in class Lettre

toString

public java.lang.String toString()
Description copied from class: SuiteDeChar
String representation.

Specified by:
toString in class SuiteDeChar