fuego.papi.collections
Class AttachmentList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Attachment>
fuego.papi.collections.AttachmentList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Attachment>, Collection<Attachment>, List<Attachment>, RandomAccess
public class AttachmentList
- extends ArrayList<Attachment>
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, trimToSize |
create
public static AttachmentList create()
create
public static AttachmentList create(int initialCapacity)
create
public static AttachmentList create(Attachment... values)
create
public static AttachmentList create(Collection<Attachment> values)
convert
public static AttachmentList convert(Collection<?> objects)
toArray
public Attachment[] toArray()
- Specified by:
toArray
in interface Collection<Attachment>
- Specified by:
toArray
in interface List<Attachment>
- Overrides:
toArray
in class ArrayList<Attachment>
add
public AttachmentList add(Attachment... values)
last
public Attachment last()
clone
public AttachmentList clone()
- Overrides:
clone
in class ArrayList<Attachment>
© Copyright 1996/2005 Fuego Inc. All Rights Reserved