Package | Description |
---|---|
org.modeshape.common.collection |
A set of common classes for dealing with collections of other objects.
|
Modifier and Type | Field and Description |
---|---|
protected static List<Problem> |
AbstractProblems.EMPTY_PROBLEMS |
Modifier and Type | Method and Description |
---|---|
protected List<Problem> |
ThreadSafeProblems.getProblems() |
protected List<Problem> |
SimpleProblems.getProblems() |
protected abstract List<Problem> |
AbstractProblems.getProblems() |
Iterator<Problem> |
Problems.iterator()
|
Iterator<Problem> |
ImmutableProblems.iterator() |
Iterator<Problem> |
AbstractProblems.iterator() |
Modifier and Type | Method and Description |
---|---|
protected void |
ThreadSafeProblems.addProblem(Problem problem) |
protected void |
SimpleProblems.addProblem(Problem problem) |
protected abstract void |
AbstractProblems.addProblem(Problem problem) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadSafeProblems.addAll(Iterable<Problem> problems)
Add all of the problems in the supplied list.
|
void |
SimpleProblems.addAll(Iterable<Problem> problems) |
void |
Problems.addAll(Iterable<Problem> problems)
Add all of the problems in the supplied list.
|
void |
ImmutableProblems.addAll(Iterable<Problem> problems) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.