Package org.apache.xmlbeans.impl.common
Class XmlErrorWatcher
- All Implemented Interfaces:
Iterable<XmlError>
,Collection<XmlError>
public class XmlErrorWatcher extends AbstractCollection<XmlError>
-
Constructor Summary
Constructors Constructor Description XmlErrorWatcher(Collection<XmlError> underlying)
-
Method Summary
Methods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
Method Details
-
add
- Specified by:
add
in interfaceCollection<XmlError>
- Overrides:
add
in classAbstractCollection<XmlError>
-
iterator
- Specified by:
iterator
in interfaceCollection<XmlError>
- Specified by:
iterator
in interfaceIterable<XmlError>
- Specified by:
iterator
in classAbstractCollection<XmlError>
-
size
public int size()- Specified by:
size
in interfaceCollection<XmlError>
- Specified by:
size
in classAbstractCollection<XmlError>
-
hasError
public boolean hasError() -
firstError
-