protected static class ResponseBuilder.WarningsList extends AbstractList<Exception> implements ResponseBuilder.Warnings, RandomAccess
modCount| Constructor and Description |
|---|
WarningsList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Exception e) |
boolean |
add(ResponseBuilder.Warnings warnings) |
boolean |
add(ResponseBuilder.WarningsList warningsList) |
boolean |
add(String message) |
boolean |
addAll(Collection<? extends Exception> c) |
void |
addMessage(String message) |
void |
addTo(List<Exception> target) |
ResolvingException |
asException(RRequest request) |
List<Exception> |
asReadOnly() |
Exception |
get(int index) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListcontains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic void addMessage(String message)
public boolean add(ResponseBuilder.WarningsList warningsList)
public boolean add(ResponseBuilder.Warnings warnings)
public void addTo(List<Exception> target)
addTo in interface ResponseBuilder.Warningspublic boolean add(Exception e)
add in interface Collection<Exception>add in interface List<Exception>add in class AbstractList<Exception>public boolean add(String message)
public boolean addAll(Collection<? extends Exception> c)
addAll in interface Collection<Exception>addAll in interface List<Exception>addAll in class AbstractCollection<Exception>public Exception get(int index)
public int size()
size in interface Collection<Exception>size in interface List<Exception>size in interface ResponseBuilder.Warningssize in class AbstractCollection<Exception>public ResolvingException asException(RRequest request)
Copyright © 2015. All rights reserved.