com.ibatis.sqlmap.engine.mapping.result
public class XmlList extends Object implements List
| Constructor Summary | |
|---|---|
| XmlList(List list)
Build a list from another list
| |
| Method Summary | |
|---|---|
| boolean | add(Object o) |
| void | add(int index, Object element) |
| boolean | addAll(Collection c) |
| boolean | addAll(int index, Collection c) |
| void | clear() |
| boolean | contains(Object o) |
| boolean | containsAll(Collection c) |
| Object | get(int index) |
| int | indexOf(Object o) |
| boolean | isEmpty() |
| Iterator | iterator() |
| int | lastIndexOf(Object o) |
| ListIterator | listIterator() |
| ListIterator | listIterator(int index) |
| boolean | remove(Object o) |
| Object | remove(int index) |
| boolean | removeAll(Collection c) |
| boolean | retainAll(Collection c) |
| Object | set(int index, Object element) |
| int | size() |
| List | subList(int fromIndex, int toIndex) |
| Object[] | toArray() |
| Object[] | toArray(Object[] a) |
| String | toString() |
Parameters: list - a base list