public abstract class PrismReferenceArrayList<T> extends AbstractList<T> implements Serializable
modCount
Constructor and Description |
---|
PrismReferenceArrayList(PrismReference reference) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T t) |
boolean |
addAll(Collection<? extends T> ts) |
void |
clear()
JAXB unmarshaller is calling clear() on lists even though they were just
created.
|
protected abstract T |
createItem(PrismReferenceValue value) |
T |
get(int i) |
protected PrismReference |
getReference() |
protected abstract PrismReferenceValue |
getValueFrom(T t) |
boolean |
isEmpty() |
T |
remove(int i) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> objects) |
int |
size() |
protected abstract boolean |
willClear(PrismReferenceValue value) |
add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subList
contains, containsAll, retainAll, toArray, toArray, toString
public PrismReferenceArrayList(PrismReference reference)
protected PrismReference getReference()
public T get(int i)
public int size()
size
in interface Collection<T>
size
in interface List<T>
size
in class AbstractCollection<T>
protected abstract T createItem(PrismReferenceValue value)
protected abstract PrismReferenceValue getValueFrom(T t)
public T remove(int i)
public boolean removeAll(Collection<?> objects)
removeAll
in interface Collection<T>
removeAll
in interface List<T>
removeAll
in class AbstractCollection<T>
public boolean remove(Object o)
remove
in interface Collection<T>
remove
in interface List<T>
remove
in class AbstractCollection<T>
public boolean add(T t)
add
in interface Collection<T>
add
in interface List<T>
add
in class AbstractList<T>
public boolean addAll(Collection<? extends T> ts)
addAll
in interface Collection<T>
addAll
in interface List<T>
addAll
in class AbstractCollection<T>
public void clear()
clear
in interface Collection<T>
clear
in interface List<T>
clear
in class AbstractList<T>
protected abstract boolean willClear(PrismReferenceValue value)
public boolean isEmpty()
isEmpty
in interface Collection<T>
isEmpty
in interface List<T>
isEmpty
in class AbstractCollection<T>
Copyright © 2016 evolveum. All rights reserved.