|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectname.panitz.eliza.ListUtil
public class ListUtil
Collection of static methods handling special kinds of lists.
Constructor Summary | |
---|---|
ListUtil()
|
Method Summary | |
---|---|
static boolean |
isPrefixIgnoreCaseOf(Li<java.lang.String> pref,
Li<java.lang.String> other)
Tests if first list of Strings is a prefix of the other list of Strings. |
static Li<java.lang.String> |
words(java.lang.String s)
Produces a list of the words within a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListUtil()
Method Detail |
---|
public static Li<java.lang.String> words(java.lang.String s)
s
- the string, which is to be splitted into words
public static boolean isPrefixIgnoreCaseOf(Li<java.lang.String> pref, Li<java.lang.String> other)
pref
- the prefix List of Stringsother
- the List of Strings, which is tested ,if it extends pref
List of Strings.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |