public final class StringList extends Object
Constructor and Description |
---|
StringList()
constructor of the class
|
StringList(String str)
constructor of the class
|
StringList(String str1,
String str2)
constructor of the class, initalize with 2 values
|
Modifier and Type | Method and Description |
---|---|
void |
add(String str)
adds a element to the list
|
void |
add(String str,
char delimiter) |
String |
current() |
char |
delimiter() |
boolean |
hasNext() |
boolean |
hasNextNext() |
String |
next() |
StringList |
reset()
reset the String List
|
int |
size() |
String[] |
toArray() |
public StringList()
public StringList(String str)
str
- String Elementpublic StringList(String str1, String str2)
str1
- str2
- public boolean hasNext()
public boolean hasNextNext()
public char delimiter()
public StringList reset()
public int size()
Copyright © 2015 Lucee