fuego.papi.collections
Class StorageTypeList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<AttachmentStorageType>
fuego.papi.collections.StorageTypeList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<AttachmentStorageType>, Collection<AttachmentStorageType>, List<AttachmentStorageType>, RandomAccess
public class StorageTypeList
- extends ArrayList<AttachmentStorageType>
- 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 StorageTypeList create()
create
public static StorageTypeList create(int initialCapacity)
create
public static StorageTypeList create(AttachmentStorageType... values)
create
public static StorageTypeList create(Collection<AttachmentStorageType> values)
toArray
public AttachmentStorageType[] toArray()
- Specified by:
toArray in interface Collection<AttachmentStorageType>- Specified by:
toArray in interface List<AttachmentStorageType>- Overrides:
toArray in class ArrayList<AttachmentStorageType>
add
public StorageTypeList add(AttachmentStorageType... values)
last
public AttachmentStorageType last()
clone
public StorageTypeList clone()
- Overrides:
clone in class ArrayList<AttachmentStorageType>
© Copyright 1996/2005 Fuego Inc. All Rights Reserved