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