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