T - public class ClaimElementCollection<T> extends ArrayList<T> implements ClaimElementCollectionIF<T>
modCount| Constructor and Description |
|---|
ClaimElementCollection()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEdit(EditIF edit) |
void |
addEdits(List<EditIF> edits) |
EditCollectionIF |
getEditCollection() |
add, add, addAll, addAll, 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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic void addEdits(List<EditIF> edits)
addEdits in interface EditableIFedits - public EditCollectionIF getEditCollection()
getEditCollection in interface EditableIFpublic void addEdit(EditIF edit)
addEdit in interface EditableIFedit - Copyright © 2020. All rights reserved.