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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
add, 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, toArray
parallelStream, removeIf, stream
public void addEdits(List<EditIF> edits)
addEdits
in interface EditableIF
edits
- public EditCollectionIF getEditCollection()
getEditCollection
in interface EditableIF
public void addEdit(EditIF edit)
addEdit
in interface EditableIF
edit
- Copyright © 2020. All rights reserved.