public class ListErrorImpl extends ArrayList implements ListError
modCount| Constructor and Description |
|---|
ListErrorImpl(List<?> target) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isValid() |
FormError |
itemError(int index) |
add, 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, trimToSizecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAllparallelStream, streampublic ListErrorImpl(List<?> target)
public boolean isValid()
isValid in interface ListErrorisValid in interface ValidationErrorpublic boolean equals(Object obj)
equals in interface Collectionequals in interface Listequals in class AbstractListpublic int hashCode()
hashCode in interface CollectionhashCode in interface ListhashCode in class AbstractListCopyright © 2019. All rights reserved.