src
Class Lettre_I

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

public class Lettre_I
extends Voyelle


Constructor Summary
Lettre_I(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_I

public Lettre_I(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