Uses of Class
org.modeshape.common.collection.Problem

Packages that use Problem
org.modeshape.common.collection A set of common classes for dealing with collections of other objects. 
 

Uses of Problem in org.modeshape.common.collection
 

Fields in org.modeshape.common.collection with type parameters of type Problem
protected static List<Problem> AbstractProblems.EMPTY_PROBLEMS
           
 

Methods in org.modeshape.common.collection that return types with arguments of type Problem
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()
          
 

Methods in org.modeshape.common.collection with parameters of type Problem
protected  void ThreadSafeProblems.addProblem(Problem problem)
          
protected  void SimpleProblems.addProblem(Problem problem)
          
protected abstract  void AbstractProblems.addProblem(Problem problem)
           
 

Method parameters in org.modeshape.common.collection with type arguments of type Problem
 void ThreadSafeProblems.addAll(Iterable<Problem> problems)
          Add all of the problems in the supplied list.
 void SimpleProblems.addAll(Iterable<Problem> problems)
          Add all of the problems in the supplied list.
 void Problems.addAll(Iterable<Problem> problems)
          Add all of the problems in the supplied list.
 void ImmutableProblems.addAll(Iterable<Problem> problems)
          Add all of the problems in the supplied list.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.