com.aspose.email
Class MailAddressCollection

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<MailAddress>
              extended by com.aspose.email.MailAddressCollection
All Implemented Interfaces:
Serializable, Cloneable, Iterable<MailAddress>, Collection<MailAddress>, List<MailAddress>, RandomAccess

public class MailAddressCollection
extends ArrayList<MailAddress>

See Also:
Serialized Form

Constructor Summary
MailAddressCollection()
           
 
Method Summary
 void add(String addresses)
           
 void addMailAddress(MailAddress address)
           
 void addRange(MailAddressCollection addresses)
           
 MailAddressCollection copy()
           
static MailAddressCollection toMailAddressCollection(MailAddress address)
           
static MailAddressCollection toMailAddressCollection(String addresses)
           
 String toString()
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

MailAddressCollection

public MailAddressCollection()
Method Detail

toMailAddressCollection

public static MailAddressCollection toMailAddressCollection(MailAddress address)

toMailAddressCollection

public static MailAddressCollection toMailAddressCollection(String addresses)

add

public void add(String addresses)

addMailAddress

public void addMailAddress(MailAddress address)

copy

public MailAddressCollection copy()

toString

public String toString()
Overrides:
toString in class AbstractCollection<MailAddress>

addRange

public void addRange(MailAddressCollection addresses)


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.