E - The ReportDocumentpublic class ReportDocumentList<E> extends ArrayList<E>
map for a better performance.| Modifier and Type | Field and Description |
|---|---|
private Map<Report,List<ReportDocument>> |
map |
modCount| Constructor and Description |
|---|
ReportDocumentList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object object) |
boolean |
addAll(Collection collection) |
List<ReportDocument> |
get(Report report) |
add, 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, streamprivate final Map<Report,List<ReportDocument>> map
public ReportDocumentList()
public boolean addAll(Collection collection)
public List<ReportDocument> get(Report report)
Copyright © 2023. All rights reserved.