BPM Process API

fuego.papi.collections
Class StorageTypeList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<AttachmentStorageType>
              extended by 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

Method Summary
 StorageTypeList add(AttachmentStorageType... values)
           
 StorageTypeList clone()
           
static StorageTypeList create()
           
static StorageTypeList create(AttachmentStorageType... values)
           
static StorageTypeList create(Collection<AttachmentStorageType> values)
           
static StorageTypeList create(int initialCapacity)
           
 AttachmentStorageType last()
           
 AttachmentStorageType[] toArray()
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, 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, toString
 
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
 

Method Detail

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>

BPM Process API

© Copyright 1996-2008 Oracle Corporation