net.fortuna.ical4j.model
public class AddressList extends Object implements Serializable
Constructor and Description |
---|
AddressList()
Default constructor.
|
AddressList(String aValue)
Parses the specified string representation to create a list of addresses.
|
public AddressList()
public AddressList(String aValue) throws URISyntaxException
aValue
- a string representation of a list of addressesURISyntaxException
- where the specified string is not a valid representationpublic final boolean add(URI address)
address
- the address to addList.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 removeList.remove(java.lang.Object)
public final int size()
List.size()
Copyright © 2004-2013 Micronode. All Rights Reserved.