| Package | Description |
|---|---|
| com.helger.commons.errorlist |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<IError> |
IErrorList.getAllItems()
Deprecated.
|
ICommonsList<IError> |
ErrorList.getAllItems()
Deprecated.
|
default IMultiMapListBased<String,IError> |
IErrorList.getGroupedByFieldName()
Deprecated.
|
default IMultiMapListBased<String,IError> |
IErrorList.getGroupedByID()
Deprecated.
|
Iterator<IError> |
ErrorList.iterator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorList.add(IError aItem)
Deprecated.
Add a new item.
|
void |
ErrorList.addAll(IError... aErrorList)
Deprecated.
|
EChange |
ErrorList.remove(IError aError)
Deprecated.
|
EChange |
ErrorList.removeAll(IError... aErrors)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorList.addAll(Iterable<? extends IError> aErrorList)
Deprecated.
|
void |
ErrorList.forEachItem(Consumer<? super IError> aConsumer)
Deprecated.
|
EChange |
ErrorList.removeAll(Iterable<? extends IError> aErrors)
Deprecated.
|
EChange |
ErrorList.removeIf(Predicate<? super IError> aFilter)
Deprecated.
|
| Constructor and Description |
|---|
ErrorList(IError... aErrorList)
Deprecated.
|
| Constructor and Description |
|---|
ErrorList(Iterable<? extends IError> aErrorList)
Deprecated.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.