|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.model.AddressList
public class AddressList
$Id$ [23-Apr-2004] Defines a list of iCalendar addresses.
Constructor Summary | |
---|---|
AddressList()
Default constructor. |
|
AddressList(String aValue)
Parses the specified string representation to create a list of addresses. |
Method Summary | |
---|---|
boolean |
add(URI address)
Add an address to the list. |
boolean |
isEmpty()
|
Iterator |
iterator()
|
boolean |
remove(URI address)
Remove an address 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 AddressList()
public AddressList(String aValue) throws URISyntaxException
aValue
- a string representation of a list of addresses
URISyntaxException
- where the specified string is not a valid representationMethod Detail |
---|
public final String toString()
toString
in class Object
public final boolean add(URI address)
address
- the address to add
List.add(java.lang.Object)
public final boolean isEmpty()
List.isEmpty()
public final Iterator iterator()
List.iterator()
public final boolean remove(URI address)
address
- the address 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 |