public class EditCollection extends ArrayList<EditIF> implements EditCollectionIF
modCount| Constructor and Description |
|---|
EditCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEdit(EditIF edit) |
void |
addEdits(List<EditIF> editList) |
List<EditIF> |
getCriticalEdits() |
List<EditIF> |
getEditId(EditId_EN editId) |
List<EditIF> |
getEdits() |
boolean |
hasCriticalEdits() |
boolean |
hasEditId(EditId_EN editId) |
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, waitcontainsAll, equals, hashCodeparallelStream, streampublic List<EditIF> getCriticalEdits()
getCriticalEdits in interface EditCollectionIFpublic boolean hasCriticalEdits()
hasCriticalEdits in interface EditCollectionIFpublic List<EditIF> getEditId(EditId_EN editId)
getEditId in interface EditCollectionIFeditId - public boolean hasEditId(EditId_EN editId)
hasEditId in interface EditCollectionIFeditId - public void addEdit(EditIF edit)
addEdit in interface EditCollectionIFedit - public List<EditIF> getEdits()
getEdits in interface EditCollectionIFpublic void addEdits(List<EditIF> editList)
addEdits in interface EditCollectionIFeditList - Copyright © 2020. All rights reserved.