net.fortuna.ical4j.model
public class AddressList extends java.lang.Object implements java.io.Serializable
| Constructor and Description |
|---|
AddressList()
Default constructor.
|
AddressList(java.lang.String aValue)
Parses the specified string representation to create a list of addresses.
|
public AddressList()
public AddressList(java.lang.String aValue)
throws java.net.URISyntaxException
aValue - a string representation of a list of addressesjava.net.URISyntaxException - where the specified string is not a valid representationpublic final java.lang.String toString()
toString in class java.lang.Objectpublic final boolean add(java.net.URI address)
address - the address to addList.add(java.lang.Object)public final boolean isEmpty()
List.isEmpty()public final java.util.Iterator iterator()
List.iterator()public final boolean remove(java.net.URI address)
address - the address to removeList.remove(java.lang.Object)public final int size()
List.size()Copyright © 2004-2014 Micronode. All Rights Reserved.