|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.model.TextList
public class TextList
$Id$ [23-Apr-2004] Defines a list of iCalendar text elements.
Constructor Summary | |
---|---|
TextList()
Default constructor. |
|
TextList(String aValue)
Parses the specified string representation to create a list of categories. |
|
TextList(String[] textValues)
|
Method Summary | |
---|---|
boolean |
add(String text)
Add an address to the list. |
boolean |
isEmpty()
|
Iterator |
iterator()
|
boolean |
remove(String text)
Remove a text from the list. |
int |
size()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TextList()
public TextList(String aValue)
aValue
- a string representation of a list of categoriespublic TextList(String[] textValues)
textValues
- an array of text valuesMethod Detail |
---|
public final String toString()
toString
in class Object
public final boolean add(String text)
text
- the category to add
List.add(java.lang.Object)
public final boolean isEmpty()
List.isEmpty()
public final Iterator iterator()
List.iterator()
public final boolean remove(String text)
text
- the text element to remove
List.remove(java.lang.Object)
public final int size()
List.size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |