|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umass.cs.mallet.base.util.Strings
Static utility methods for Strings
Constructor Summary | |
Strings()
|
Method Summary | |
static java.lang.String |
commonPrefix(java.lang.String[] strings)
|
static int |
commonPrefixIndex(java.lang.String[] strings)
|
static int |
count(java.lang.String string,
char ch)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Strings()
Method Detail |
public static int commonPrefixIndex(java.lang.String[] strings)
public static java.lang.String commonPrefix(java.lang.String[] strings)
public static int count(java.lang.String string, char ch)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |