ALBPM Process API

fuego.papi.collections
Class ActivityList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<Activity>
              extended by fuego.papi.collections.ActivityList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Activity>, Collection<Activity>, List<Activity>, RandomAccess

public class ActivityList
extends ArrayList<Activity>

See Also:
Serialized Form

Method Summary
 ActivityList add(Activity... values)
           
 void addAll(Activity[] activities)
           
 ActivityList clone()
           
static ActivityList convert(Collection<?> objects)
           
static ActivityList create()
           
static ActivityList create(Activity... values)
           
static ActivityList create(Collection<Activity> values)
           
static ActivityList create(int initialCapacity)
           
 Activity last()
           
 Activity[] 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 ActivityList create()

create

public static ActivityList create(int initialCapacity)

create

public static ActivityList create(Activity... values)

create

public static ActivityList create(Collection<Activity> values)

convert

public static ActivityList convert(Collection<?> objects)

addAll

public void addAll(Activity[] activities)

toArray

public Activity[] toArray()
Specified by:
toArray in interface Collection<Activity>
Specified by:
toArray in interface List<Activity>
Overrides:
toArray in class ArrayList<Activity>

add

public ActivityList add(Activity... values)

last

public Activity last()

clone

public ActivityList clone()
Overrides:
clone in class ArrayList<Activity>

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved