| Constructor and Description |
|---|
ReportList(String title) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Report element) |
boolean |
add(Report report) |
boolean |
addAll(Collection<? extends Report> c) |
boolean |
addAll(int index,
Collection<? extends Report> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
equals(Object o) |
Report |
get(int index) |
String |
getTitle() |
int |
hashCode() |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<Report> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<Report> |
listIterator() |
ListIterator<Report> |
listIterator(int index) |
Report |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
Report |
set(int index,
Report element) |
int |
size() |
List<Report> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic ReportList(String title)
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(Report report)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<Report>containsAll in interface List<Report>public boolean addAll(Collection<? extends Report> c)
public boolean addAll(int index,
Collection<? extends Report> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public boolean equals(Object o)
public int hashCode()
public int lastIndexOf(Object o)
lastIndexOf in interface List<Report>public ListIterator<Report> listIterator()
listIterator in interface List<Report>public ListIterator<Report> listIterator(int index)
listIterator in interface List<Report>Copyright © 2015. All Rights Reserved.