net.fortuna.ical4j.model
public class TextList extends Object implements Serializable
Constructor and Description |
---|
TextList()
Default constructor.
|
TextList(String aValue)
Parses the specified string representation to create a list of categories.
|
TextList(String[] textValues) |
public TextList()
public TextList(String aValue)
aValue
- a string representation of a list of categoriespublic TextList(String[] textValues)
textValues
- an array of text valuespublic final boolean add(String text)
text
- the category to addList.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 removeList.remove(java.lang.Object)
public final int size()
List.size()
Copyright © 2004-2013 Micronode. All Rights Reserved.