ALBPM Process API

fuego.papi.collections
Class ProcessList

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

public class ProcessList
extends ArrayList<Process>

See Also:
Serialized Form

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

create

public static ProcessList create(int initialCapacity)

create

public static ProcessList create(Process... values)

create

public static ProcessList create(Collection<Process> values)

convert

public static ProcessList convert(Collection<?> objects)

toArray

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

add

public ProcessList add(Process... values)

last

public Process last()

clone

public ProcessList clone()
Overrides:
clone in class ArrayList<Process>

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved