|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.algosome.common.util.StringAnalyzer
public class StringAnalyzer
Class used to Strings.
Constructor Summary | |
---|---|
StringAnalyzer()
|
Method Summary | |
---|---|
static int |
countOccurancesOf(java.lang.String a,
java.lang.String b)
Counts and returns the number of times string b occures in String a |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringAnalyzer()
Method Detail |
---|
public static int countOccurancesOf(java.lang.String a, java.lang.String b)
a
- The Haystackb
- The Needle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |