public interface Problems extends Iterable<Problem>
Modifier and Type | Method and Description |
---|---|
boolean |
hasProblems()
Determine if there are any problems.
|
int |
size()
Get the number of problems.
|
forEach, iterator, spliterator
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.