| Package | Description |
|---|---|
| org.modeshape.common.collection |
A set of common classes for dealing with collections of other objects.
|
| org.modeshape.common.collection.ring |
A ring buffer and the components it uses internally.
|
| org.modeshape.common.statistic | |
| org.modeshape.common.text |
A set of utilities for working with text.
|
| org.modeshape.common.util |
A set of miscellaneous utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiIterator<E>
An iterator implementation that wraps multiple other iterators.
|
class |
SimpleProblems
A simple
Problems collection. |
class |
SingleIterator<T>
An
Iterator that is used to iterate over a single, fixed value. |
| Modifier and Type | Class and Description |
|---|---|
class |
Consumer<T>
A consumer of entries that are added to the ring buffer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Histogram<T extends Number>
A representation of a histogram of values.
|
class |
Stopwatch
Provides a mechanism to measure time in the same way as a physical stopwatch.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TokenStream
A foundation for basic parsers that tokenizes input content and allows parsers to easily access and use those tokens.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SelfClosingInputStream
An
InputStream implementation that wraps another stream and makes sure that InputStream.close()
is always called on the wrapped stream when there is no more content to read or when an unexpected exception occurs. |
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.