com.opensymphony.xwork.util
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
XWorkList(Class clazz)
Deprecated. |
|
XWorkList(Class clazz,
Collection c)
Deprecated. |
|
XWorkList(Class clazz,
int initialCapacity)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
add(int index,
Object element)
Deprecated. Inserts the specified element at the specified position in this list. |
boolean |
add(Object element)
Deprecated. Appends the specified element to the end of this list. |
boolean |
addAll(Collection c)
Deprecated. Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator. |
boolean |
addAll(int index,
Collection c)
Deprecated. Inserts all of the elements in the specified Collection into this list, starting at the specified position. |
boolean |
contains(Object element)
Deprecated. |
Object |
get(int index)
Deprecated. Returns the element at the specified position in this list. |
Object |
set(int index,
Object element)
Deprecated. Replaces the element at the specified position in this list with the specified element. |
| Methods inherited from class java.util.ArrayList |
|---|
clear, clone, ensureCapacity, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, size, toArray, 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 |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
| Constructor Detail |
|---|
public XWorkList(Class clazz)
public XWorkList(Class clazz, Collection c)
public XWorkList(Class clazz, int initialCapacity)
| Method Detail |
|---|
public void add(int index,
Object element)
index - index at which the specified element is to be inserted.element - element to be inserted.public boolean add(Object element)
element - element to be appended to this list.
public boolean addAll(Collection c)
c - the elements to be inserted into this list.
NullPointerException - if the specified collection is null.
public boolean addAll(int index,
Collection c)
index - index at which to insert first element from the specified collection.c - elements to be inserted into this list.
public Object get(int index)
index - index of element to return.
public Object set(int index, Object element)
index - index of element to replace.element - element to be stored at the specified position.
public boolean contains(Object element)
|
WebWork Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||