fuego.papi.collections
Class NoteList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Note>
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
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, trimToSize |
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>
© Copyright 1996/2005 Fuego Inc. All Rights Reserved