com.evolveum.midpoint.prism.xjc
Class AnyArrayList<T extends Containerable>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Object>
com.evolveum.midpoint.prism.xjc.AnyArrayList<T>
- All Implemented Interfaces:
- Iterable<Object>, Collection<Object>, List<Object>
public class AnyArrayList<T extends Containerable>
- extends AbstractList<Object>
- Author:
- Radovan Semancik
Methods inherited from class java.util.AbstractList |
clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subList |
AnyArrayList
public AnyArrayList(PrismContainerValue<T> containerValue)
size
public int size()
- Specified by:
size
in interface Collection<Object>
- Specified by:
size
in interface List<Object>
- Specified by:
size
in class AbstractCollection<Object>
get
public Object get(int index)
- Specified by:
get
in interface List<Object>
- Specified by:
get
in class AbstractList<Object>
addAll
public boolean addAll(Collection<? extends Object> elements)
- Specified by:
addAll
in interface Collection<Object>
- Specified by:
addAll
in interface List<Object>
- Overrides:
addAll
in class AbstractCollection<Object>
addAll
public boolean addAll(int i,
Collection<? extends Object> elements)
- Specified by:
addAll
in interface List<Object>
- Overrides:
addAll
in class AbstractList<Object>
add
public boolean add(Object element)
- Specified by:
add
in interface Collection<Object>
- Specified by:
add
in interface List<Object>
- Overrides:
add
in class AbstractList<Object>
add
public void add(int i,
Object element)
- Specified by:
add
in interface List<Object>
- Overrides:
add
in class AbstractList<Object>
remove
public Object remove(int index)
- Specified by:
remove
in interface List<Object>
- Overrides:
remove
in class AbstractList<Object>
remove
public boolean remove(Object element)
- Specified by:
remove
in interface Collection<Object>
- Specified by:
remove
in interface List<Object>
- Overrides:
remove
in class AbstractCollection<Object>
removeAll
public boolean removeAll(Collection<?> objects)
- Specified by:
removeAll
in interface Collection<Object>
- Specified by:
removeAll
in interface List<Object>
- Overrides:
removeAll
in class AbstractCollection<Object>
Copyright © 2013 evolveum. All Rights Reserved.