|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
org.mmbase.util.Casting.ListWrapper
| Field Summary |
| Fields inherited from class java.util.AbstractList |
modCount |
| Method Summary | |
void |
add(int index,
Object value)
|
boolean |
contains(Object o)
|
Object |
get(int index)
|
List |
getList()
|
boolean |
isEmpty()
|
Iterator |
iterator()
|
ListIterator |
listIterator()
|
Object |
remove(int index)
|
Object |
set(int index,
Object value)
|
int |
size()
|
Object[] |
toArray()
|
Object[] |
toArray(Object[] a)
|
String |
toString()
|
| Methods inherited from class java.util.AbstractList |
add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList |
| Methods inherited from class java.util.AbstractCollection |
addAll, containsAll, remove, removeAll, retainAll |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
addAll, containsAll, remove, removeAll, retainAll |
| Method Detail |
public Object get(int index)
public int size()
public Object set(int index,
Object value)
public void add(int index,
Object value)
public Object remove(int index)
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public Object[] toArray(Object[] a)
public Iterator iterator()
public ListIterator listIterator()
public String toString()
public List getList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||