public class XmlArrayList extends AbstractList
modCount
Constructor and Description |
---|
XmlArrayList(PersistenceStrategy persistenceStrategy) |
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
Object element) |
Object |
get(int index) |
Object |
remove(int index) |
Object |
set(int index,
Object element) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public XmlArrayList(PersistenceStrategy persistenceStrategy)
public int size()
size
in interface Collection
size
in interface List
size
in class AbstractCollection
public Object set(int index, Object element)
set
in interface List
set
in class AbstractList
public void add(int index, Object element)
add
in interface List
add
in class AbstractList
public Object get(int index)
get
in interface List
get
in class AbstractList
public Object remove(int index)
remove
in interface List
remove
in class AbstractList
Copyright © 2004–2017 XStream. All rights reserved.