public abstract class Address extends Object implements Serializable
Constructor and Description |
---|
Address() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doAddMailboxesTo(List<Mailbox> results)
Adds any mailboxes represented by this address into the given List.
|
public Address()
protected abstract void doAddMailboxesTo(List<Mailbox> results)
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.