Uses of Class
com.randomnoun.common.ErrorList.ErrorData
Packages that use ErrorList.ErrorData
-
Uses of ErrorList.ErrorData in com.randomnoun.common
Methods in com.randomnoun.common that return ErrorList.ErrorDataModifier and TypeMethodDescriptionErrorList.get
(int index) ErrorList.remove
(int index) ErrorList.set
(int index, ErrorList.ErrorData element) Methods in com.randomnoun.common that return types with arguments of type ErrorList.ErrorDataModifier and TypeMethodDescriptionErrorList.iterator()
ErrorList.listIterator()
ErrorList.listIterator
(int index) ErrorList.parallelStream()
ErrorList.spliterator()
ErrorList.stream()
ErrorList.subList
(int fromIndex, int toIndex) Methods in com.randomnoun.common with parameters of type ErrorList.ErrorDataModifier and TypeMethodDescriptionvoid
ErrorList.add
(int index, ErrorList.ErrorData element) boolean
ErrorList.add
(ErrorList.ErrorData e) ErrorList.set
(int index, ErrorList.ErrorData element) Method parameters in com.randomnoun.common with type arguments of type ErrorList.ErrorDataModifier and TypeMethodDescriptionboolean
ErrorList.addAll
(int index, Collection<? extends ErrorList.ErrorData> c) boolean
ErrorList.addAll
(Collection<? extends ErrorList.ErrorData> c) void
ErrorList.forEach
(Consumer<? super ErrorList.ErrorData> action) Delegate methodsboolean
ErrorList.removeIf
(Predicate<? super ErrorList.ErrorData> filter) void
ErrorList.replaceAll
(UnaryOperator<ErrorList.ErrorData> operator) void
ErrorList.sort
(Comparator<? super ErrorList.ErrorData> c)