public class MailboxList extends AbstractList<Mailbox> implements Serializable
modCount| Constructor and Description |
|---|
MailboxList(List<Mailbox> mailboxes,
boolean dontCopy) |
| Modifier and Type | Method and Description |
|---|---|
Mailbox |
get(int index)
Gets an address.
|
int |
size()
The number of elements in this list.
|
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic int size()
size in interface Collection<Mailbox>size in interface List<Mailbox>size in class AbstractCollection<Mailbox>Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.