ALBPM Process API

fuego.papi.collections
Class ConsultList

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

public class ConsultList
extends ArrayList<Consult>

See Also:
Serialized Form

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

Constructor Detail

ConsultList

public ConsultList(int initialCapacity)
Method Detail

create

public static ConsultList create()

create

public static ConsultList create(int initialCapacity)

create

public static ConsultList create(Consult... values)

create

public static ConsultList create(Collection<Consult> values)

convert

public static ConsultList convert(Collection<?> objects)

toArray

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

add

public ConsultList add(Consult... values)

last

public Consult last()

clone

public ConsultList clone()
Overrides:
clone in class ArrayList<Consult>

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved