ALBPM Process API

fuego.papi.collections
Class ParticipantList

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

public class ParticipantList
extends ArrayList<Participant>

See Also:
Serialized Form

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

create

public static ParticipantList create(int initialCapacity)

create

public static ParticipantList create(Participant... values)

create

public static ParticipantList create(Collection<Participant> values)

convert

public static ParticipantList convert(Collection<?> objects)

toArray

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

add

public ParticipantList add(Participant... values)

last

public Participant last()

clone

public ParticipantList clone()
Overrides:
clone in class ArrayList<Participant>

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved