|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.CountWords
public class CountWords
Constructor Summary | |
---|---|
CountWords()
|
Method Summary | |
---|---|
static int |
count(java.lang.String text,
java.lang.String such)
Zählt das Vorkommen eines bestimmten Wortes in einem String |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CountWords()
Method Detail |
---|
public static int count(java.lang.String text, java.lang.String such)
text
- in dem gesucht wirdsuch
- suchstring
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |