@NotThreadSafe public class ErrorList extends CommonsArrayList<IError> implements IErrorList
IErrorList.modCount| Constructor and Description |
|---|
ErrorList()
Default constructor.
|
ErrorList(ErrorList aErrorList)
Copy constructor.
|
ErrorList(IError... aList)
Constructor taking a list of iterable objects.
|
ErrorList(Iterable<? extends IError> aList)
Constructor taking a list of iterable objects.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorList |
getClone() |
ErrorList |
getSubList(Predicate<? super IError> aFilter)
Get a sub-list with all entries that match the provided predicate.
|
createFiltered, createFiltered, createFiltered, createFiltered, createInstanceadd, 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, waitgetAllDataItems, getAllErrors, getAllFailures, getAllTexts, getGrouped, getGroupedByFieldName, getGroupedByID, getListOfField, getListOfFields, getListOfFields, getListOfFieldsRegExp, getListOfFieldsStartingWith, getListWithoutField, hasEntryForField, hasEntryForField, hasEntryForFields, hasErrorForField, hasNoEntryForField, hasNoEntryForFieldscreateInstance, getAll, getAllInstanceOf, getAllMapped, getAllMapped, getAsUnmodifiable, getAtIndex, getFirst, getFirst, getLast, getLast, getSortedInline, removeAndReturnElementAtIndex, removeAtIndex, removeFirst, removeLast, reverse, setFirst, setLast, swapItemsadd, 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, toArrayaddAll, addAll, addAll, addAll, addAll, addAll, addAll, addAll, addAllMapped, addAllMapped, addAllMapped, addAllMapped, addAllMapped, addAllMapped, addIf, addIfNotNull, addObject, getAtIndex, getAtIndex, getAtIndex, getAtIndexMapped, getAtIndexMapped, getAtIndexMapped, getAtIndexMapped, getCopyAsList, getCount, getSorted, iterator2, removeAll, removeObject, set, setAll, setAllparallelStream, removeIf, streamcontainsAny, containsNone, containsOnly, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findAllMapped, findFirst, findFirst, findFirstMapped, findFirstMapped, forEach, forEachBreakable, forEachByIndex, getCountisEmpty, isNotEmpty, sizecontainsAtLeastOneError, containsAtLeastOneFailure, containsAtLeastOneSuccess, containsAtLeastOneWarningOrError, containsNoError, containsNoFailure, containsNoSuccess, containsOnlyError, containsOnlyFailure, containsOnlySuccess, getErrorCount, getFailureCount, getMostSevereErrorLevel, getSuccessCountpublic ErrorList()
public ErrorList(@Nullable Iterable<? extends IError> aList)
aList - The list to be added. May be null.public ErrorList(@Nullable IError... aList)
aList - The array to be added. May be null.@Nonnull public ErrorList getSubList(@Nullable Predicate<? super IError> aFilter)
IErrorListgetSubList in interface IErrorListaFilter - The filter to be used. May be null in which a copy is
returned.null.@Nonnull public ErrorList getClone()
getClone in interface ICloneable<ICommonsList<IError>>getClone in class CommonsArrayList<IError>Copyright © 2014–2017 Philip Helger. All rights reserved.