ALBPM Process API

fuego.papi.collections
Class NoteList

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

public class NoteList
extends ArrayList<Note>

See Also:
Serialized Form

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

create

public static NoteList create(int initialCapacity)

create

public static NoteList create(Note... values)

create

public static NoteList create(Collection<Note> values)

convert

public static NoteList convert(Collection<?> objects)

toArray

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

add

public NoteList add(Note... values)

last

public Note last()

clone

public NoteList clone()
Overrides:
clone in class ArrayList<Note>

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved