|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsrc.SuiteDeChar
src.Vocabulaire
src.Espace
public class Espace
Constructor Summary | |
---|---|
Espace()
|
Method Summary | |
---|---|
int |
compterMots()
Compute the number of words. |
int |
compterVoyelles()
Compute the number of vowels. |
boolean |
estLettre()
|
boolean |
estMot()
Test if it is a single word or not. |
java.lang.String |
toString()
String representation. |
Espace |
toutesMinus()
Lower case letter. |
Methods inherited from class src.Vocabulaire |
---|
longueur |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Espace()
Method Detail |
---|
public java.lang.String toString()
SuiteDeChar
toString
in class SuiteDeChar
public boolean estLettre()
estLettre
in class Vocabulaire
public int compterMots()
SuiteDeChar
compterMots
in class SuiteDeChar
public boolean estMot()
SuiteDeChar
estMot
in class SuiteDeChar
public int compterVoyelles()
SuiteDeChar
compterVoyelles
in class SuiteDeChar
public Espace toutesMinus()
toutesMinus
in class SuiteDeChar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |