|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.model.CategoryList
Defines a list of iCalendar categories.
Constructor Summary | |
CategoryList()
Default constructor. |
|
CategoryList(String aValue)
Parses the specified string representation to create a list of categories. |
Method Summary | |
boolean |
add(String category)
Add an address to the list. |
boolean |
isEmpty()
|
Iterator |
iterator()
|
boolean |
remove(String category)
Remove a category 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 CategoryList()
public CategoryList(String aValue)
aValue
- a string representation of a list of
categoriesMethod Detail |
public final String toString()
AbstractCollection.toString()
public final boolean add(String category)
category
- 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 category)
category
- the category 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 |