|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.erwinsmout.MyString
public class MyString
| Constructor Summary | |
|---|---|
MyString()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
asCSV(java.util.Set<java.lang.String> set)
Returns a String containing all the Strings in set, in comma-separated syntax |
static java.util.LinkedList<java.lang.String> |
getNamesInEntryOrder(java.lang.String in,
char c)
Gets a LinkedList of the non-empty strings which appear in the given input string between any occurrences of the given separator character |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MyString()
| Method Detail |
|---|
public static java.lang.String asCSV(java.util.Set<java.lang.String> set)
set - The set of Strings to be concatenated in comma-separated form
public static java.util.LinkedList<java.lang.String> getNamesInEntryOrder(java.lang.String in,
char c)
in - A string to be split, of which the individual nonempty portions are to be returned as a listc - The separator character
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||