ALBPM Process API

fuego.papi.collections
Class AttachmentList

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

Method Summary
 AttachmentList add(Attachment... values)
           
 AttachmentList clone()
           
static AttachmentList convert(Collection<?> objects)
           
static AttachmentList create()
           
static AttachmentList create(Attachment... values)
           
static AttachmentList create(Collection<Attachment> values)
           
static AttachmentList create(int initialCapacity)
           
 Attachment last()
           
 Attachment[] 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 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>

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved