Package com.sk89q.worldedit.util.report
Class ReportList
java.lang.Object
com.sk89q.worldedit.util.report.ReportList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
boolean
addAll(int index, Collection<? extends Report> c)
boolean
addAll(Collection<? extends Report> c)
void
clear()
boolean
boolean
containsAll(Collection<?> c)
boolean
get(int index)
getTitle()
int
hashCode()
int
boolean
isEmpty()
iterator()
int
lastIndexOf(Object o)
listIterator(int index)
remove(int index)
boolean
boolean
removeAll(Collection<?> c)
boolean
retainAll(Collection<?> c)
int
size()
subList(int fromIndex, int toIndex)
Object[]
toArray()
<T> T[]
toArray(T[] a)
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
replaceAll, sort, spliterator
-
Constructor Details
-
ReportList
-
-
Method Details
-
getTitle
-
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
iterator
-
toArray
-
toArray
public <T> T[] toArray(T[] a) -
add
-
remove
-
containsAll
- Specified by:
containsAll
in interfaceCollection<Report>
- Specified by:
containsAll
in interfaceList<Report>
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
public void clear() -
equals
-
hashCode
public int hashCode() -
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOf
in interfaceList<Report>
-
listIterator
- Specified by:
listIterator
in interfaceList<Report>
-
listIterator
- Specified by:
listIterator
in interfaceList<Report>
-
subList
-
toString
-