| Package | Description |
|---|---|
| org.modeshape.common.collection |
A set of common classes for dealing with collections of other objects.
|
| org.modeshape.common.math |
A set of classes that define mathematic operations for a particular class of values.
|
| org.modeshape.common.text |
A set of utilities for working with text.
|
| org.modeshape.common.util |
A set of miscellaneous utilities.
|
| org.modeshape.common.xml |
A set of utilities for working with XML documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyIterator<T>
A reusuable
Iterator implementation that has no elements. |
class |
ImmutableAppendedList<T>
|
class |
ImmutableMapEntry<K,V>
An immutable
Map.Entry implementation. |
class |
ImmutableProblems
An immutable wrapper for a mutable
Problems. |
class |
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.
|
class |
UnmodifiableProperties
An immutable
Properties implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleOperations
The
math operations for double numbers. |
class |
Duration
A number representing an immutable duration of time.
|
class |
DurationOperations
The
math operations for Durations. |
class |
FloatOperations
The
math operations for float numbers. |
class |
IntegerOperations
The
math operations for integer numbers. |
class |
LongOperations
The
math operations for long numbers. |
interface |
MathOperations<T>
The set of mathematic operations for a particular class of values.
|
class |
ShortOperations
The
math operations for short numbers. |
| Modifier and Type | Class and Description |
|---|---|
class |
FilenameEncoder
An encoder useful for converting text to be used within a filename on common file systems and operating systems, including
Linux, OS X, and Windows XP.
|
class |
Jsr283Encoder
Encoder that escapes characters that are not allowed in JCR names.
|
class |
NoOpEncoder
An encoder implementation that does nothing.
|
class |
Position
A class that represents the position of a particular character in terms of the lines and columns of a character sequence.
|
interface |
TextDecoder
Interface for components that can decode text.
|
interface |
TextEncoder
Interface for components that can encode text.
|
protected class |
TokenStream.CaseInsensitiveToken |
protected class |
TokenStream.CaseSensitiveToken
An immutable
TokenStream.Token that implements matching using case-sensitive logic. |
static interface |
TokenStream.Token
The interface defining a token, which references the characters in the actual input character stream.
|
class |
UrlEncoder
An encoder useful for converting text to be used within a URL, as defined by Section 2.3 of RFC 2396.
|
class |
XmlNameEncoder
|
class |
XmlValueEncoder
An encoder useful for converting text to be used within XML attribute values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckArg
Utility class that checks arguments to methods.
|
class |
ClassUtil
Static utilities for working with classes.
|
class |
FileUtil
A set of utilities for working with files and directories.
|
class |
HashCode
Utilities for easily computing hash codes.
|
class |
ImmediateFuture<V>
A
Future implementation that is immediately done. |
class |
IoUtil
A set of utilities for more easily performing I/O.
|
class |
Reflection
Utility class for working reflectively with objects.
|
class |
SecureHash
A simple utility to generate various kinds of secure hashes.
|
static class |
SecureHash.Algorithm
Commonly-used hashing algorithms.
|
class |
StringUtil
Utilities for string processing and manipulation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlCharacters
A utility class for determining the validity of various XML names, per the XML 1.0
Specification.
|
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.