|
||||||||||
| 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 SuiteDeCharpublic boolean estLettre()
estLettre in class Vocabulairepublic int compterMots()
SuiteDeChar
compterMots in class SuiteDeCharpublic boolean estMot()
SuiteDeChar
estMot in class SuiteDeCharpublic int compterVoyelles()
SuiteDeChar
compterVoyelles in class SuiteDeCharpublic Espace toutesMinus()
toutesMinus in class SuiteDeChar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||