public class HistoricVariableInitializingList extends ArrayList<HistoricVariableInstanceEntity>
modCount
Constructor and Description |
---|
HistoricVariableInitializingList() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(HistoricVariableInstanceEntity e) |
void |
add(int index,
HistoricVariableInstanceEntity e) |
boolean |
addAll(Collection<? extends HistoricVariableInstanceEntity> c) |
boolean |
addAll(int index,
Collection<? extends HistoricVariableInstanceEntity> c) |
protected void |
initializeVariable(HistoricVariableInstanceEntity e)
If the passed
HistoricVariableInstanceEntity is a binary variable and the command-context is active,
the variable value is fetched to ensure the byte-array is populated. |
clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public void add(int index, HistoricVariableInstanceEntity e)
add
in interface List<HistoricVariableInstanceEntity>
add
in class ArrayList<HistoricVariableInstanceEntity>
public boolean add(HistoricVariableInstanceEntity e)
add
in interface Collection<HistoricVariableInstanceEntity>
add
in interface List<HistoricVariableInstanceEntity>
add
in class ArrayList<HistoricVariableInstanceEntity>
public boolean addAll(Collection<? extends HistoricVariableInstanceEntity> c)
addAll
in interface Collection<HistoricVariableInstanceEntity>
addAll
in interface List<HistoricVariableInstanceEntity>
addAll
in class ArrayList<HistoricVariableInstanceEntity>
public boolean addAll(int index, Collection<? extends HistoricVariableInstanceEntity> c)
addAll
in interface List<HistoricVariableInstanceEntity>
addAll
in class ArrayList<HistoricVariableInstanceEntity>
protected void initializeVariable(HistoricVariableInstanceEntity e)
HistoricVariableInstanceEntity
is a binary variable and the command-context is active,
the variable value is fetched to ensure the byte-array is populated.Copyright © 2016 Alfresco. All rights reserved.