| Package | Description |
|---|---|
| org.modeshape.common.collection |
A set of common classes for dealing with collections of other objects.
|
| Class and Description |
|---|
| AbstractMultimap |
| AbstractMultimap.WrappedCollection |
| AbstractMultimap.WrappedCollection.DelegateIterator |
| AbstractMultimap.WrappedKeySet |
| AbstractProblems
A list of problems for some execution context.
|
| ArrayListMultimap |
| HashMultimap |
| LinkedHashMultimap
A
Multimap implementation that uses an LinkedHashSet to store the values associated with a key. |
| LinkedListMultimap
A
Multimap implementation that uses an LinkedList to store the values associated with a key. |
| LinkedListMultimap.Entry |
| ListMultimap
A collection similar to
Map, but which may associate multiple values with any single key. |
| MultiIterator
An iterator implementation that wraps multiple other iterators.
|
| Multimap
A collection similar to
Map, but which may associate multiple values with any single key. |
| Problem
An immutable representation of a problem, with a status, code, internationalized and parameterized message, values for the
parameters, information about the resource and location, and an optional exception.
|
| Problem.Status |
| Problems
An interface for a collection of
Problem objects, with multiple overloaded methods for adding errors, warnings, and
informational messages. |
| ReadOnlyIterator
An
Iterator implementation that only allows reading elements, used as a wrapper around another iterator to make the
contents immutable to the user of this iterator. |
| SequentialIterator
An iterator that abstracts iterating over two other iterators.
|
| Supplier
A basic supplier for another object.
|
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.