- AbstractMultimap<K,V> - Class in org.modeshape.common.collection
-
A
Multimap implementation that uses an
ArrayList to store the values associated with a key.
- AbstractMultimap(Map<K, Collection<V>>) - Constructor for class org.modeshape.common.collection.AbstractMultimap
-
- AbstractMultimap.EntriesCollection - Class in org.modeshape.common.collection
-
- AbstractMultimap.EntryIterator - Class in org.modeshape.common.collection
-
- AbstractMultimap.ValueIterator - Class in org.modeshape.common.collection
-
- AbstractMultimap.ValuesCollection - Class in org.modeshape.common.collection
-
- AbstractMultimap.WrappedCollection - Class in org.modeshape.common.collection
-
- AbstractMultimap.WrappedCollection.DelegateIterator - Class in org.modeshape.common.collection
-
- AbstractMultimap.WrappedKeySet - Class in org.modeshape.common.collection
-
- AbstractMultimap.WrappedList - Class in org.modeshape.common.collection
-
- AbstractMultimap.WrappedList.DelegateListIterator - Class in org.modeshape.common.collection
-
- AbstractMultimap.WrappedMap - Class in org.modeshape.common.collection
-
- AbstractMultimap.WrappedMap.WrappedEntrySet - Class in org.modeshape.common.collection
-
- AbstractMultimap.WrappedMap.WrappedMapEntryIterator - Class in org.modeshape.common.collection
-
- AbstractMultimap.WrappedSortedKeySet - Class in org.modeshape.common.collection
-
- AbstractProblems - Class in org.modeshape.common.collection
-
A list of problems for some execution context.
- AbstractProblems() - Constructor for class org.modeshape.common.collection.AbstractProblems
-
- accept(T) - Method in interface org.modeshape.common.function.Consumer
-
Performs this operation on the given argument.
- add(V) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
-
- add(int, V) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
-
- add(V) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList.DelegateListIterator
-
- add(int, T) - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- add(T) - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- add(V) - Method in class org.modeshape.common.collection.LinkedListMultimap.ValueIterator
-
- add(T, AtomicReferenceFieldUpdater<T, Pointer[]>, Cursor, Pointer...) - Static method in class org.modeshape.common.collection.ring.Pointers
-
Atomically add the specified
Pointer instance(s) to an array known to the given updator.
- add(T) - Method in class org.modeshape.common.collection.ring.RingBuffer
-
Add to this buffer a single entry.
- add(T[]) - Method in class org.modeshape.common.collection.ring.RingBuffer
-
Add to this buffer multiple entries.
- add(Double, Double) - Method in class org.modeshape.common.math.DoubleOperations
-
- add(long, TimeUnit) - Method in class org.modeshape.common.math.Duration
-
Add the supplied duration to this duration, and return the result.
- add(Duration) - Method in class org.modeshape.common.math.Duration
-
Add the supplied duration to this duration, and return the result.
- add(Duration, Duration) - Method in class org.modeshape.common.math.DurationOperations
-
- add(Float, Float) - Method in class org.modeshape.common.math.FloatOperations
-
- add(Integer, Integer) - Method in class org.modeshape.common.math.IntegerOperations
-
- add(Long, Long) - Method in class org.modeshape.common.math.LongOperations
-
- add(T, T) - Method in interface org.modeshape.common.math.MathOperations
-
Add the two operands and return the sum.
- add(Short, Short) - Method in class org.modeshape.common.math.ShortOperations
-
- add(T) - Method in class org.modeshape.common.statistic.SimpleStatistics
-
Add a new value to these statistics.
- add(Position) - Method in class org.modeshape.common.text.Position
-
Return a new position that is the addition of this position and that supplied.
- addAll(Collection<? extends V>) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
-
- addAll(int, Collection<? extends V>) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
-
- addAll(Collection<? extends T>) - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- addAll(int, Collection<? extends T>) - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- addAll(Iterable<Problem>) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addAll(Iterable<Problem>) - Method in interface org.modeshape.common.collection.Problems
-
Add all of the problems in the supplied list.
- addAll(Iterable<Problem>) - Method in class org.modeshape.common.collection.SimpleProblems
-
- addAll(Iterable<Problem>) - Method in class org.modeshape.common.collection.ThreadSafeProblems
-
- addConsumer(C) - Method in class org.modeshape.common.collection.ring.RingBuffer
-
Add the supplied consumer, and have it start processing entries in a separate thread.
- addConsumer(C, int) - Method in class org.modeshape.common.collection.ring.RingBuffer
-
Add the supplied consumer, and have it start processing entries in a separate thread.
- addEntries - Variable in class org.modeshape.common.collection.ring.RingBuffer
-
- addEntryFor(K, V) - Method in class org.modeshape.common.collection.LinkedListMultimap
-
- addError(I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addError(Throwable, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addError(String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addError(Throwable, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addError(int, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addError(Throwable, int, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addError(int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addError(Throwable, int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addError(I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addError(String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addError(int, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addError(int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addError(Throwable, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addError(Throwable, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addError(Throwable, int, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addError(Throwable, int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addError(I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add an error message with the parameters that should be used when localizing the message.
- addError(Throwable, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add an error exception and message with the parameters that should be used when localizing the message.
- addError(String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add an error message with a description of the resource, its location, and the parameters that should be used when
localizing the message
- addError(Throwable, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add an error exception and message with a description of the resource, its location, and the parameters that should be used
when localizing the message
- addError(int, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add an error message with the parameters that should be used when localizing the message.
- addError(Throwable, int, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add an error exception and message with the parameters that should be used when localizing the message.
- addError(int, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add an error message with a description of the resource, its location, and the parameters that should be used when
localizing the message
- addError(Throwable, int, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add an error exception and message with a description of the resource, its location, and the parameters that should be used
when localizing the message
- addFileToZip(String, String, ZipOutputStream, boolean) - Static method in class org.modeshape.common.util.FileUtil
-
Appends file to the archive.
- addFolderToZip(String, String, ZipOutputStream) - Static method in class org.modeshape.common.util.FileUtil
-
Adds folder to the archive.
- addInfo(I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addInfo(Throwable, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addInfo(String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addInfo(Throwable, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addInfo(int, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addInfo(Throwable, int, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addInfo(int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addInfo(Throwable, int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addInfo(I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addInfo(String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addInfo(int, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addInfo(int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addInfo(Throwable, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addInfo(Throwable, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addInfo(Throwable, int, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addInfo(Throwable, int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addInfo(I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add a informational message with the parameters that should be used when localizing the message.
- addInfo(Throwable, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add an informational exception and message with the parameters that should be used when localizing the message.
- addInfo(String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add an informational message with a description of the resource, its location, and the parameters that should be used when
localizing the message
- addInfo(Throwable, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add an informational exception and message with a description of the resource, its location, and the parameters that should
be used when localizing the message
- addInfo(int, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add a informational message with the parameters that should be used when localizing the message.
- addInfo(Throwable, int, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add a informational exception and message with the parameters that should be used when localizing the message.
- addInfo(int, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add an informational message with a description of the resource, its location, and the parameters that should be used when
localizing the message
- addInfo(Throwable, int, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add an informational exception and message with a description of the resource, its location, and the parameters that should
be used when localizing the message
- addIrregular(String, String) - Method in class org.modeshape.common.text.Inflector
-
- addPluralize(String, String) - Method in class org.modeshape.common.text.Inflector
-
- addProblem(Problem) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addProblem(Problem) - Method in class org.modeshape.common.collection.SimpleProblems
-
- addProblem(Problem) - Method in class org.modeshape.common.collection.ThreadSafeProblems
-
- addSingularize(String, String) - Method in class org.modeshape.common.text.Inflector
-
- addToEnvironment(String, Object) - Method in class org.modeshape.common.naming.SingletonInitialContext
-
- addToken(Position, int, int, int) - Method in class org.modeshape.common.text.TokenStream.CaseInsensitiveTokenFactory
-
- addToken(Position, int, int, int) - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveTokenFactory
-
- addToken(Position, int) - Method in class org.modeshape.common.text.TokenStream.TokenFactory
-
- addToken(Position, int, int) - Method in class org.modeshape.common.text.TokenStream.TokenFactory
-
- addToken(Position, int) - Method in interface org.modeshape.common.text.TokenStream.Tokens
-
Create a single-character token at the supplied index in the character stream.
- addToken(Position, int, int) - Method in interface org.modeshape.common.text.TokenStream.Tokens
-
Create a single- or multi-character token with the characters in the range given by the starting and ending index in
the character stream.
- addToken(Position, int, int, int) - Method in interface org.modeshape.common.text.TokenStream.Tokens
-
Create a single- or multi-character token with the supplied type and with the characters in the range given by the
starting and ending index in the character stream.
- addToMap() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
-
- addUncountable(String...) - Method in class org.modeshape.common.text.Inflector
-
- addValue(T) - Method in class org.modeshape.common.statistic.Histogram.Bucket
-
Add a value to this bucket
- addWarning(I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addWarning(Throwable, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addWarning(String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addWarning(Throwable, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addWarning(int, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addWarning(Throwable, int, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addWarning(int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addWarning(Throwable, int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
-
- addWarning(I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addWarning(String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addWarning(int, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addWarning(int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addWarning(Throwable, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addWarning(Throwable, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addWarning(Throwable, int, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addWarning(Throwable, int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- addWarning(I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add a warning message with the parameters that should be used when localizing the message.
- addWarning(Throwable, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add a warning exception and message with the parameters that should be used when localizing the message.
- addWarning(String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add a warning message with a description of the resource, its location, and the parameters that should be used when
localizing the message
- addWarning(Throwable, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add a warning exception and message with a description of the resource, its location, and the parameters that should be
used when localizing the message
- addWarning(int, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add a warning message with the parameters that should be used when localizing the message.
- addWarning(Throwable, int, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add a warning exception and message with the parameters that should be used when localizing the message.
- addWarning(int, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add a warning message with a description of the resource, its location, and the parameters that should be used when
localizing the message
- addWarning(Throwable, int, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
-
Add a warning exception and message with a description of the resource, its location, and the parameters that should be
used when localizing the message
- AllowedValues - Annotation Type in org.modeshape.common.annotation
-
Annotation that can be used to specify that the target has certain allowed values.
- always() - Static method in class org.modeshape.common.function.Predicate
-
Return a predicate that is always satisfied.
- and(Predicate<T>) - Method in class org.modeshape.common.function.Predicate
-
Obtain a new predicate that performs the logical AND of this predicate and the supplied predicate.
- ANY_TYPE - Static variable in class org.modeshape.common.text.TokenStream
-
- ANY_VALUE - Static variable in class org.modeshape.common.text.TokenStream
-
- apply(Consumer<Problem>) - Method in class org.modeshape.common.collection.AbstractProblems
-
- apply(Problem.Status, Consumer<Problem>) - Method in class org.modeshape.common.collection.AbstractProblems
-
- apply(EnumSet<Problem.Status>, Consumer<Problem>) - Method in class org.modeshape.common.collection.AbstractProblems
-
- apply(Consumer<Problem>) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- apply(EnumSet<Problem.Status>, Consumer<Problem>) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- apply(Problem.Status, Consumer<Problem>) - Method in class org.modeshape.common.collection.ImmutableProblems
-
- apply(Consumer<Problem>) - Method in interface org.modeshape.common.collection.Problems
-
Apply the consumer to each of the problems.
- apply(Problem.Status, Consumer<Problem>) - Method in interface org.modeshape.common.collection.Problems
-
Apply the consumer to each of the problems with the supplied status.
- apply(EnumSet<Problem.Status>, Consumer<Problem>) - Method in interface org.modeshape.common.collection.Problems
-
Apply the consumer to each of the problems with the supplied status.
- apply(T) - Method in class org.modeshape.common.function.Function
-
- apply(String) - Method in class org.modeshape.common.text.Inflector.Rule
-
Apply the rule against the input string, returning the modified string or null if the rule didn't apply (and no
modifications were made)
- argumentDidNotContainKey - Static variable in class org.modeshape.common.CommonI18n
-
- argumentDidNotContainObject - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMayNotBeEmpty - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMayNotBeGreaterThan - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMayNotBeLessThan - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMayNotBeNegative - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMayNotBeNull - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMayNotBeNullOrZeroLength - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMayNotBeNullOrZeroLengthOrEmpty - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMayNotBePositive - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMayNotContainNullValue - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustBeEmpty - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustBeEquals - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustBeGreaterThan - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustBeGreaterThanOrEqualTo - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustBeInstanceOf - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustBeLessThan - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustBeLessThanOrEqualTo - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustBeNegative - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustBeNull - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustBeNumber - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustBeOfMaximumSize - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustBeOfMinimumSize - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustBePositive - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustBePowerOfTwo - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustBeSameAs - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustNotBeEquals - Static variable in class org.modeshape.common.CommonI18n
-
- argumentMustNotBeSameAs - Static variable in class org.modeshape.common.CommonI18n
-
- around(Iterable<V>, Function<V, T>) - Static method in class org.modeshape.common.collection.DelegateIterable
-
- around(Iterator<V>, Function<V, T>) - Static method in class org.modeshape.common.collection.DelegateIterator
-
- around(Iterator<T>) - Static method in class org.modeshape.common.collection.ReadOnlyIterator
-
- ArrayListMultimap<K,V> - Class in org.modeshape.common.collection
-
A
Multimap implementation that uses an
ArrayList to store the values associated with a key.
- ArrayListMultimap() - Constructor for class org.modeshape.common.collection.ArrayListMultimap
-
- asBigDecimal(Double) - Method in class org.modeshape.common.math.DoubleOperations
-
- asBigDecimal(Duration) - Method in class org.modeshape.common.math.DurationOperations
-
- asBigDecimal(Float) - Method in class org.modeshape.common.math.FloatOperations
-
- asBigDecimal(Integer) - Method in class org.modeshape.common.math.IntegerOperations
-
- asBigDecimal(Long) - Method in class org.modeshape.common.math.LongOperations
-
- asBigDecimal(T) - Method in interface org.modeshape.common.math.MathOperations
-
Create a
BigDecimal representation of the supplied value.
- asBigDecimal(Short) - Method in class org.modeshape.common.math.ShortOperations
-
- asHexString(byte[]) - Static method in class org.modeshape.common.util.SecureHash
-
Get the string representation of the supplied binary hash.
- asMap() - Method in class org.modeshape.common.collection.AbstractMultimap
-
- asMap() - Method in class org.modeshape.common.collection.LinkedListMultimap
-
- asMap() - Method in interface org.modeshape.common.collection.Multimap
-
Return a map view that associates each key with the corresponding values in the multimap.
- available() - Method in class org.modeshape.common.util.SelfClosingInputStream
-
- available() - Method in class org.modeshape.common.util.SizeMeasuringInputStream
-
- camelCase(String, boolean, char...) - Method in class org.modeshape.common.text.Inflector
-
By default, this method converts strings to UpperCamelCase.
- cancel(boolean) - Method in class org.modeshape.common.util.ImmediateFuture
-
- canConsume(String) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume this current token if it matches the expected value, and return whether this method was indeed able to
consume the token.
- canConsume(char) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume this current token if it matches the expected value, and return whether this method was indeed able to
consume the token.
- canConsume(int) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume this current token if it matches the expected token type, and return whether this method was indeed able
to consume the token.
- canConsume(String, String...) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume this current token and the next tokens if and only if they match the expected values, and return whether
this method was indeed able to consume all of the supplied tokens.
- canConsume(String[]) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume this current token and the next tokens if and only if they match the expected values, and return whether
this method was indeed able to consume all of the supplied tokens.
- canConsume(Iterable<String>) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume this current token and the next tokens if and only if they match the expected values, and return whether
this method was indeed able to consume all of the supplied tokens.
- canConsumeAnyOf(String, String...) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume the next token if it matches one of the supplied values.
- canConsumeAnyOf(String[]) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume the next token if it matches one of the supplied values.
- canConsumeAnyOf(Iterable<String>) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume the next token if it matches one of the supplied values.
- canConsumeAnyOf(int, int...) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume the next token if it matches one of the supplied types.
- canConsumeAnyOf(int[]) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume the next token if it matches one of the supplied types.
- capitalize(String) - Method in class org.modeshape.common.text.Inflector
-
Returns a copy of the input with the first character converted to uppercase and the remainder to lowercase.
- CaseInsensitiveToken(int, int, int, Position) - Constructor for class org.modeshape.common.text.TokenStream.CaseInsensitiveToken
-
- CaseInsensitiveTokenFactory() - Constructor for class org.modeshape.common.text.TokenStream.CaseInsensitiveTokenFactory
-
- CaseSensitiveToken(int, int, int, Position) - Constructor for class org.modeshape.common.text.TokenStream.CaseSensitiveToken
-
- CaseSensitiveTokenFactory() - Constructor for class org.modeshape.common.text.TokenStream.CaseSensitiveTokenFactory
-
- Category - Annotation Type in org.modeshape.common.annotation
-
Annotation that can be used provide a human-readable category.
- CharacterArrayStream(char[]) - Constructor for class org.modeshape.common.text.TokenStream.CharacterArrayStream
-
- characters(char[], int, int) - Method in class org.modeshape.common.xml.StreamingContentHandler
-
- CheckArg - Class in org.modeshape.common.util
-
Utility class that checks arguments to methods.
- checkValue(T, boolean) - Method in class org.modeshape.common.statistic.Histogram.Bucket
-
Check whether the value fits in this bucket.
- claim() - Method in interface org.modeshape.common.collection.ring.Cursor
-
Claim the next position for writing and publishing.
- claim(int) - Method in interface org.modeshape.common.collection.ring.Cursor
-
Claim a batch of positions for writing and publishing.
- claim() - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
-
- claim(int) - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
-
- claimUpTo(int) - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
-
Claim up to the supplied number of positions.
- ClasspathLocalizationRepository - Class in org.modeshape.common.i18n
-
Class that loads a properties file from the classpath of the supplied
class loader.
- ClassUtil - Class in org.modeshape.common.util
-
Static utilities for working with classes.
- clear() - Method in class org.modeshape.common.collection.AbstractMultimap
-
- clear() - Method in class org.modeshape.common.collection.AbstractMultimap.EntriesCollection
-
- clear() - Method in class org.modeshape.common.collection.AbstractMultimap.ValuesCollection
-
- clear() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
-
- clear() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedKeySet
-
- clear() - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- clear() - Method in class org.modeshape.common.collection.LinkedListMultimap
-
- clear() - Method in interface org.modeshape.common.collection.Multimap
-
Remove all key-value pairs from this multimap.
- clear() - Method in class org.modeshape.common.collection.UnmodifiableProperties
-
- clear() - Method in class org.modeshape.common.text.Inflector
-
Completely remove all rules within this inflector.
- clearEntry(long) - Method in class org.modeshape.common.collection.ring.RingBuffer
-
- clone() - Method in class org.modeshape.common.collection.UnmodifiableProperties
-
- clone() - Method in class org.modeshape.common.text.Inflector
-
- close() - Method in interface org.modeshape.common.collection.CloseableSupplier
-
- close() - Method in class org.modeshape.common.collection.ring.Consumer
-
Called by the
RingBuffer when the buffer has been shutdown and after this consumer's has
consumed all entries that remain in the now-closed buffer.
- close() - Method in class org.modeshape.common.collection.ring.GarbageCollectingConsumer
-
- close() - Method in interface org.modeshape.common.collection.ring.PointerBarrier
-
- close(ConsumerType) - Method in interface org.modeshape.common.collection.ring.RingBuffer.ConsumerAdapter
-
- close() - Method in class org.modeshape.common.collection.ring.RingBuffer.ConsumerRunner
-
- close() - Method in class org.modeshape.common.naming.SingletonInitialContext
-
- close() - Method in class org.modeshape.common.util.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- close() - Method in class org.modeshape.common.util.SecureHash.HashingInputStream
-
- close() - Method in class org.modeshape.common.util.SecureHash.HashingReader
- close() - Method in class org.modeshape.common.util.SelfClosingInputStream
-
- close() - Method in class org.modeshape.common.util.SizeMeasuringInputStream
-
- close() - Method in class org.modeshape.common.util.SizeMeasuringReader
-
- CloseableSupplier<T extends AutoCloseable> - Interface in org.modeshape.common.collection
-
- closeQuietly(Closeable) - Static method in class org.modeshape.common.util.IoUtil
-
Closes the closable silently.
- collect(long) - Method in interface org.modeshape.common.collection.ring.GarbageCollectingConsumer.Collectable
-
- Collections - Class in org.modeshape.common.collection
-
A set of utilities for more easily creating various kinds of collections.
- combineLines(String[]) - Static method in class org.modeshape.common.util.StringUtil
-
Combine the lines into a single string, using the new line character as the delimiter.
- combineLines(String[], char) - Static method in class org.modeshape.common.util.StringUtil
-
Combine the lines into a single string, using the supplied separator as the delimiter.
- COMMENT - Static variable in class org.modeshape.common.text.TokenStream.BasicTokenizer
-
The
token type for tokens that consist of all the characters between "/*" and "*/" or between
"//" and the next line terminator (e.g., '\n', '\r' or "\r\n").
- CommonI18n - Class in org.modeshape.common
-
The internationalized string constants for the org.modeshape.common* packages.
- comparator() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedSortedKeySet
-
- compare(Double, Double) - Method in class org.modeshape.common.math.DoubleOperations
-
- compare(Duration, Duration) - Method in class org.modeshape.common.math.DurationOperations
-
- compare(Float, Float) - Method in class org.modeshape.common.math.FloatOperations
-
- compare(Integer, Integer) - Method in class org.modeshape.common.math.IntegerOperations
-
- compare(Long, Long) - Method in class org.modeshape.common.math.LongOperations
-
- compare(T, T) - Method in interface org.modeshape.common.math.MathOperations
-
Compare the two operands and return an integer that describes whether the first value is larger, smaller or the same as the
second value.
- compare(Short, Short) - Method in class org.modeshape.common.math.ShortOperations
-
- compareNoNulls(Comparable, Comparable) - Static method in class org.modeshape.common.util.ObjectUtil
-
- compareTo(DatabaseType) - Method in class org.modeshape.common.database.DatabaseType
-
- compareTo(Duration) - Method in class org.modeshape.common.math.Duration
-
- compareTo(Histogram<T>.Bucket) - Method in class org.modeshape.common.statistic.Histogram.Bucket
-
- compareTo(Stopwatch) - Method in class org.modeshape.common.statistic.Stopwatch
-
- compareTo(Reflection.Property) - Method in class org.modeshape.common.util.Reflection.Property
- compareWithNulls(Comparable, Comparable) - Static method in class org.modeshape.common.util.ObjectUtil
-
- complete() - Method in interface org.modeshape.common.collection.ring.Cursor
-
- complete() - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
-
- componentClassnameNotValid - Static variable in class org.modeshape.common.CommonI18n
-
- componentConfigClassnamePropertyCategory - Static variable in class org.modeshape.common.CommonI18n
-
- componentConfigClassnamePropertyDescription - Static variable in class org.modeshape.common.CommonI18n
-
- componentConfigClassnamePropertyLabel - Static variable in class org.modeshape.common.CommonI18n
-
- componentConfigClasspathPropertyCategory - Static variable in class org.modeshape.common.CommonI18n
-
- componentConfigClasspathPropertyDescription - Static variable in class org.modeshape.common.CommonI18n
-
- componentConfigClasspathPropertyLabel - Static variable in class org.modeshape.common.CommonI18n
-
- componentConfigDescriptionPropertyCategory - Static variable in class org.modeshape.common.CommonI18n
-
- componentConfigDescriptionPropertyDescription - Static variable in class org.modeshape.common.CommonI18n
-
- componentConfigDescriptionPropertyLabel - Static variable in class org.modeshape.common.CommonI18n
-
- componentConfigNamePropertyCategory - Static variable in class org.modeshape.common.CommonI18n
-
- componentConfigNamePropertyDescription - Static variable in class org.modeshape.common.CommonI18n
-
- componentConfigNamePropertyLabel - Static variable in class org.modeshape.common.CommonI18n
-
- componentNotConfigured - Static variable in class org.modeshape.common.CommonI18n
-
- Components(int, int, double) - Constructor for class org.modeshape.common.math.Duration.Components
-
- composeName(Name, Name) - Method in class org.modeshape.common.naming.SingletonInitialContext
-
- composeName(String, String) - Method in class org.modeshape.common.naming.SingletonInitialContext
-
- compute() - Method in class org.modeshape.common.statistic.Histogram
-
- compute(Object...) - Static method in class org.modeshape.common.util.HashCode
-
Compute a combined hash code from the supplied objects.
- concat(Iterable<T>, Iterable<T>) - Static method in class org.modeshape.common.collection.Collections
-
Concatenate two Iterable sources
- concat(Iterator<T>, Iterator<T>) - Static method in class org.modeshape.common.collection.Collections
-
Concatenate two Iterators
- consume(T, long, long) - Method in class org.modeshape.common.collection.ring.Consumer
-
Consume an entry from the ring buffer.
- consume(ConsumerType, EntryType, long, long) - Method in interface org.modeshape.common.collection.ring.RingBuffer.ConsumerAdapter
-
Consume an entry from the ring buffer.
- consume() - Method in class org.modeshape.common.text.TokenStream
-
Return the value of this token and move to the next token.
- consume(String) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume this current token as long as it matches the expected value, or throw an exception if the token does not
match.
- consume(char) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume this current token as long as it matches the expected character, or throw an exception if the token does
not match.
- consume(int) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume this current token as long as it matches the expected character, or throw an exception if the token does
not match.
- consume(String, String...) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume this current token as the next tokens as long as they match the expected values, or throw an exception
if the token does not match.
- consume(String[]) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume this current token as the next tokens as long as they match the expected values, or throw an exception
if the token does not match.
- consume(Iterable<String>) - Method in class org.modeshape.common.text.TokenStream
-
Attempt to consume this current token as the next tokens as long as they match the expected values, or throw an exception
if the token does not match.
- consumeBoolean() - Method in class org.modeshape.common.text.TokenStream
-
Convert the value of this token to an integer, return it, and move to the next token.
- consumeInteger() - Method in class org.modeshape.common.text.TokenStream
-
Convert the value of this token to an integer, return it, and move to the next token.
- consumeLong() - Method in class org.modeshape.common.text.TokenStream
-
Convert the value of this token to a long, return it, and move to the next token.
- Consumer<T> - Class in org.modeshape.common.collection.ring
-
A consumer of entries that are added to the ring buffer.
- Consumer() - Constructor for class org.modeshape.common.collection.ring.Consumer
-
- Consumer<T> - Interface in org.modeshape.common.function
-
Represents an operation that accepts a single input argument and returns no result.
- consumerAdapter - Variable in class org.modeshape.common.collection.ring.RingBuffer
-
- ConsumerRunner(C, int) - Constructor for class org.modeshape.common.collection.ring.RingBuffer.ConsumerRunner
-
- contains(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.EntriesCollection
-
- contains(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.ValuesCollection
-
- contains(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
-
- contains(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedKeySet
-
- contains(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap.WrappedEntrySet
-
- contains(Object) - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- contains(Object) - Method in class org.modeshape.common.collection.UnmodifiableProperties
-
- contains(Collection<?>, Object, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the collection contains the value
- containsAll(Collection<?>) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
-
- containsAll(Collection<?>) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedKeySet
-
- containsAll(Collection<?>) - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- containsAnyOf(String, char...) - Static method in class org.modeshape.common.util.StringUtil
-
Return whether the supplied string contains any of the supplied characters.
- containsEncodeableCharacters(String) - Static method in class org.modeshape.common.text.Jsr283Encoder
-
- containsEntry(Object, Object) - Method in class org.modeshape.common.collection.AbstractMultimap
-
- containsEntry(Object, Object) - Method in class org.modeshape.common.collection.LinkedListMultimap
-
- containsEntry(Object, Object) - Method in interface org.modeshape.common.collection.Multimap
-
Determine whether this multimap contains the supplied key-value pair.
- containsKey(K) - Method in class org.modeshape.common.collection.AbstractMultimap
-
- containsKey(K) - Method in class org.modeshape.common.collection.LinkedListMultimap
-
- containsKey(K) - Method in interface org.modeshape.common.collection.Multimap
-
Determine whether this multimap associates any values with the supplied key.
- containsKey(Object) - Method in class org.modeshape.common.collection.UnmodifiableProperties
-
- containsKey(Map<?, ?>, Object, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the map contains the key
- containsNoNulls(Iterable<?>, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the collection is not null and contains no nulls
- containsNoNulls(Object[], String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the array is not null and contains no nulls
- containsValue(Object) - Method in class org.modeshape.common.collection.AbstractMultimap
-
- containsValue(Object) - Method in class org.modeshape.common.collection.LinkedListMultimap
-
- containsValue(Object) - Method in interface org.modeshape.common.collection.Multimap
-
Determine whether this multimap associates at least one key with the supplied value.
- containsValue(Object) - Method in class org.modeshape.common.collection.UnmodifiableProperties
-
- convertArgumentClassesToPrimitives(Class<?>...) - Static method in class org.modeshape.common.util.Reflection
-
Convert any argument classes to primitives.
- convertFileToURL(String) - Static method in class org.modeshape.common.util.FileUtil
-
- copy(File, File) - Static method in class org.modeshape.common.util.FileUtil
-
Copy the source file system structure into the supplied target location.
- copy(File, File, FilenameFilter) - Static method in class org.modeshape.common.util.FileUtil
-
Copy the source file system structure into the supplied target location.
- create() - Static method in class org.modeshape.common.collection.ArrayListMultimap
-
Creates a new, empty LinkedHashMultimap (that allows no duplicates) with the default initial capacity.
- create() - Static method in class org.modeshape.common.collection.HashMultimap
-
Creates a new, empty LinkedHashMultimap (that allows no duplicates) with the default initial capacity.
- create() - Static method in class org.modeshape.common.collection.LinkedHashMultimap
-
Creates a new, empty LinkedHashMultimap (that allows no duplicates) with the default initial capacity.
- create() - Static method in class org.modeshape.common.collection.LinkedListMultimap
-
Creates a new, empty LinkedListMultimap with the default initial capacity.
- create(Iterator<T>, Iterator<T>) - Static method in class org.modeshape.common.collection.SequentialIterator
-
- create(int) - Method in class org.modeshape.common.math.DoubleOperations
-
- create(long) - Method in class org.modeshape.common.math.DoubleOperations
-
- create(double) - Method in class org.modeshape.common.math.DoubleOperations
-
- create(int) - Method in class org.modeshape.common.math.DurationOperations
-
- create(long) - Method in class org.modeshape.common.math.DurationOperations
-
- create(double) - Method in class org.modeshape.common.math.DurationOperations
-
- create(int) - Method in class org.modeshape.common.math.FloatOperations
-
- create(long) - Method in class org.modeshape.common.math.FloatOperations
-
- create(double) - Method in class org.modeshape.common.math.FloatOperations
-
- create(int) - Method in class org.modeshape.common.math.IntegerOperations
-
- create(long) - Method in class org.modeshape.common.math.IntegerOperations
-
- create(double) - Method in class org.modeshape.common.math.IntegerOperations
-
- create(int) - Method in class org.modeshape.common.math.LongOperations
-
- create(long) - Method in class org.modeshape.common.math.LongOperations
-
- create(double) - Method in class org.modeshape.common.math.LongOperations
-
- create(int) - Method in interface org.modeshape.common.math.MathOperations
-
Convert the integer representation into the natural object representation.
- create(long) - Method in interface org.modeshape.common.math.MathOperations
-
Convert the long representation into the natural object representation.
- create(double) - Method in interface org.modeshape.common.math.MathOperations
-
Convert the double representation into the natural object representation.
- create(int) - Method in class org.modeshape.common.math.ShortOperations
-
- create(long) - Method in class org.modeshape.common.math.ShortOperations
-
- create(double) - Method in class org.modeshape.common.math.ShortOperations
-
- create(T) - Static method in class org.modeshape.common.util.ImmediateFuture
-
Factory method to more easily create an immediate future
- create() - Static method in class org.modeshape.common.util.TimeBasedKeys
-
Create a new generator that uses 16 bits for the counter portion of the keys.
- create(int) - Static method in class org.modeshape.common.util.TimeBasedKeys
-
Create a new generator that uses the specified number of bits for the counter portion of the keys.
- createCollection() - Method in class org.modeshape.common.collection.AbstractMultimap
-
- createCollection() - Method in class org.modeshape.common.collection.ArrayListMultimap
-
- createCollection() - Method in class org.modeshape.common.collection.HashMultimap
-
- createCollection() - Method in class org.modeshape.common.collection.LinkedHashMultimap
-
- createEntryIterator() - Method in class org.modeshape.common.collection.AbstractMultimap
-
Return an iterator over all entries in this multimap.
- createGarbageCollectingConsumer(GarbageCollectingConsumer.Collectable) - Method in interface org.modeshape.common.collection.ring.Cursor
-
- createGarbageCollectingConsumer(GarbageCollectingConsumer.Collectable) - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
-
- createHashingReader(SecureHash.Algorithm, Reader, Charset) - Static method in class org.modeshape.common.util.SecureHash
-
Create an Reader instance that wraps another reader and that computes the secure hash (using the algorithm with the
supplied name) as the returned Reader is used.
- createHashingReader(String, Reader, Charset) - Static method in class org.modeshape.common.util.SecureHash
-
Create an Reader instance that wraps another reader and that computes the secure hash (using the algorithm with the
supplied name) as the returned Reader is used.
- createHashingStream(SecureHash.Algorithm, InputStream) - Static method in class org.modeshape.common.util.SecureHash
-
Create an InputStream instance that wraps another stream and that computes the secure hash (using the algorithm with the
supplied name) as the returned stream is used.
- createHashingStream(String, InputStream) - Static method in class org.modeshape.common.util.SecureHash
-
Create an InputStream instance that wraps another stream and that computes the secure hash (using the algorithm with the
supplied name) as the returned stream is used.
- createString(String, Object...) - Static method in class org.modeshape.common.util.StringUtil
-
Create a string by substituting the parameters into all key occurrences in the supplied format.
- createString(char, int) - Static method in class org.modeshape.common.util.StringUtil
-
Create a new string containing the specified character repeated a specific number of times.
- createSubcontext(Name) - Method in class org.modeshape.common.naming.SingletonInitialContext
-
- createSubcontext(String) - Method in class org.modeshape.common.naming.SingletonInitialContext
-
- createUnmodifiable(Collection<V>) - Method in class org.modeshape.common.collection.AbstractMultimap
-
- createUnmodifiableEmptyCollection() - Method in class org.modeshape.common.collection.AbstractMultimap
-
- createUnmodifiableEmptyCollection() - Method in class org.modeshape.common.collection.ArrayListMultimap
-
- createUnmodifiableEmptyCollection() - Method in class org.modeshape.common.collection.HashMultimap
-
- createUnmodifiableEmptyCollection() - Method in class org.modeshape.common.collection.LinkedHashMultimap
-
- createZeroValue() - Method in class org.modeshape.common.math.DoubleOperations
-
- createZeroValue() - Method in class org.modeshape.common.math.DurationOperations
-
- createZeroValue() - Method in class org.modeshape.common.math.FloatOperations
-
- createZeroValue() - Method in class org.modeshape.common.math.IntegerOperations
-
- createZeroValue() - Method in class org.modeshape.common.math.LongOperations
-
- createZeroValue() - Method in interface org.modeshape.common.math.MathOperations
-
Create the object form of the "zero value".
- createZeroValue() - Method in class org.modeshape.common.math.ShortOperations
-
- current - Variable in class org.modeshape.common.collection.ring.SingleProducerCursor
-
- currentCountFor(K) - Method in class org.modeshape.common.collection.LinkedListMultimap
-
- currentKey - Variable in class org.modeshape.common.collection.AbstractMultimap.EntryIterator
-
- currentValues - Variable in class org.modeshape.common.collection.AbstractMultimap.EntryIterator
-
- currentValuesIterator - Variable in class org.modeshape.common.collection.AbstractMultimap.EntryIterator
-
- Cursor - Interface in org.modeshape.common.collection.ring
-
A cursor in a ring buffer at which point information can be added to the buffer.
- cursor - Variable in class org.modeshape.common.collection.ring.RingBuffer
-
- CUSTOM_LOG_FACTORY_CLASSNAME - Static variable in class org.modeshape.common.logging.LogFactory
-
The name of the
LogFactory implementation that is not provided out of the box but can be created, implemented, and
placed on the classpath to have ModeShape send log messages to a custom framework.
- customLoggingAvailable - Static variable in class org.modeshape.common.CommonI18n
-
- DatabaseType - Class in org.modeshape.common.database
-
Enum for a list of known databases.
- DatabaseType(DatabaseType.Name, int, int) - Constructor for class org.modeshape.common.database.DatabaseType
-
Create a new instance which has a name, major and minor version.
- DatabaseType.Name - Enum in org.modeshape.common.database
-
- DatabaseUtil - Class in org.modeshape.common.database
-
Utility for interacting with various databases.
- dateParsingFailure - Static variable in class org.modeshape.common.CommonI18n
-
- DateTimeUtil - Class in org.modeshape.common.util
-
Utility for interacting with various date and time objects.
- debug(String, Object...) - Method in class org.modeshape.common.logging.Logger
-
Log a message at the DEBUG level according to the specified format and (optional) parameters.
- debug(Throwable, String, Object...) - Method in class org.modeshape.common.logging.Logger
-
Log an exception (throwable) at the DEBUG level with an accompanying message.
- DECIMAL - Static variable in class org.modeshape.common.text.TokenStream.BasicTokenizer
-
The
token type for tokens that consist of an individual '.' character.
- decode(String) - Method in class org.modeshape.common.text.Jsr283Encoder
-
- decode(String) - Method in class org.modeshape.common.text.NoOpEncoder
-
- decode(String) - Method in class org.modeshape.common.text.QuoteEncoder
-
- decode(String) - Method in interface org.modeshape.common.text.TextDecoder
-
Return the decoded version of an encoded string
- decode(String) - Method in class org.modeshape.common.text.UrlEncoder
-
- decode(String) - Method in class org.modeshape.common.text.XmlNameEncoder
-
Return the decoded version of an encoded string
- decode(String) - Method in class org.modeshape.common.text.XmlValueEncoder
-
Return the decoded version of an encoded string
- DECODE - Static variable in class org.modeshape.common.util.Base64
-
Specify decoding in first bit.
- decode(byte[]) - Static method in class org.modeshape.common.util.Base64
-
Low-level access to decoding ASCII characters in the form of a byte array.
- decode(byte[], int, int, int) - Static method in class org.modeshape.common.util.Base64
-
Low-level access to decoding ASCII characters in the form of a byte array.
- decode(String) - Static method in class org.modeshape.common.util.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class org.modeshape.common.util.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
- decodeFileToFile(String, String) - Static method in class org.modeshape.common.util.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class org.modeshape.common.util.Base64
-
Convenience method for reading a base64-encoded file and decoding it.
- decodeToFile(String, String) - Static method in class org.modeshape.common.util.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class org.modeshape.common.util.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- decodeToObject(String, int, ClassLoader) - Static method in class org.modeshape.common.util.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- decrementEntryCountFor(K) - Method in class org.modeshape.common.collection.LinkedListMultimap
-
- DEFAULT_BITS_IN_COUNTER - Static variable in class org.modeshape.common.util.TimeBasedKeys
-
By default each
TimeBasedKeys instance will use 16 bits for the counter.
- DEFAULT_BUCKET_COUNT - Static variable in class org.modeshape.common.statistic.Histogram
-
- DEFAULT_BUFFER_SIZE - Static variable in class org.modeshape.common.collection.ring.RingBufferBuilder
-
- DEFAULT_CODE - Static variable in class org.modeshape.common.collection.Problem
-
- DEFAULT_ENCODING - Static variable in class org.modeshape.common.xml.StreamingContentHandler
-
- DEFAULT_GARBAGE_COLLECT_ENTITIES - Static variable in class org.modeshape.common.collection.ring.RingBufferBuilder
-
- DEFAULT_NAME - Static variable in class org.modeshape.common.collection.ring.RingBufferBuilder
-
- DEFAULT_SIGNIFICANT_FIGURES - Static variable in class org.modeshape.common.statistic.Histogram
-
- DefaultBucketingStrategy() - Constructor for class org.modeshape.common.statistic.Histogram.DefaultBucketingStrategy
-
- defaultCursor(int, WaitStrategy) - Method in class org.modeshape.common.collection.ring.RingBufferBuilder
-
- defaultWaitStrategy() - Method in class org.modeshape.common.collection.ring.RingBufferBuilder
-
- delegate() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
-
- delegate() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
-
- delegate() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap
-
- DelegateIterable<T,V> - Class in org.modeshape.common.collection
-
An iterable that adapts the values returned by a delegate iterable.
- DelegateIterable(Iterable<V>, Function<V, T>) - Constructor for class org.modeshape.common.collection.DelegateIterable
-
- DelegateIterator() - Constructor for class org.modeshape.common.collection.AbstractMultimap.WrappedCollection.DelegateIterator
-
- DelegateIterator(int) - Constructor for class org.modeshape.common.collection.AbstractMultimap.WrappedCollection.DelegateIterator
-
- DelegateIterator<T,V> - Class in org.modeshape.common.collection
-
An iterator that adapts the value returned by a delegate iterator.
- DelegateIterator(Iterator<V>, Function<V, T>) - Constructor for class org.modeshape.common.collection.DelegateIterator
-
- DelegateListIterator() - Constructor for class org.modeshape.common.collection.AbstractMultimap.WrappedList.DelegateListIterator
-
- DelegateListIterator(int) - Constructor for class org.modeshape.common.collection.AbstractMultimap.WrappedList.DelegateListIterator
-
- DelegatingClassLoader - Class in org.modeshape.common.util
-
Class loader which contains a list of classloaders to which it delegates each operation.
- DelegatingClassLoader(ClassLoader, Iterable<? extends ClassLoader>) - Constructor for class org.modeshape.common.util.DelegatingClassLoader
-
- delete(String) - Static method in class org.modeshape.common.util.FileUtil
-
Delete the file or directory at the supplied path.
- delete(File) - Static method in class org.modeshape.common.util.FileUtil
-
Delete the file or directory given by the supplied reference.
- DependentOnPointers - Interface in org.modeshape.common.collection.ring
-
An interface that defines methods to add and remove dependent
Pointers.
- Description - Annotation Type in org.modeshape.common.annotation
-
Annotation that can be used provide a human-readable description.
- description() - Method in enum org.modeshape.common.util.SecureHash.Algorithm
-
- destroySubcontext(Name) - Method in class org.modeshape.common.naming.SingletonInitialContext
-
- destroySubcontext(String) - Method in class org.modeshape.common.naming.SingletonInitialContext
-
- DetailedStatistics<T extends Number> - Class in org.modeshape.common.statistic
-
Encapsulation of the statistics for a series of values to which new values are frequently added.
- DetailedStatistics(MathOperations<T>) - Constructor for class org.modeshape.common.statistic.DetailedStatistics
-
- determineType(DatabaseMetaData) - Static method in class org.modeshape.common.database.DatabaseUtil
-
Determine the type of a database, based on the metadata information from the DB metadata.
- digestName() - Method in enum org.modeshape.common.util.SecureHash.Algorithm
-
- disconnect(RingBuffer<T, C>.ConsumerRunner) - Method in class org.modeshape.common.collection.ring.RingBuffer
-
- divide(Double, Double) - Method in class org.modeshape.common.math.DoubleOperations
-
- divide(long) - Method in class org.modeshape.common.math.Duration
-
Divide the duration by the supplied number, and return the result.
- divide(Duration) - Method in class org.modeshape.common.math.Duration
-
Divide the duration by another duration to calculate the ratio.
- divide(Duration, Duration) - Method in class org.modeshape.common.math.DurationOperations
-
- divide(Float, Float) - Method in class org.modeshape.common.math.FloatOperations
-
- divide(Integer, Integer) - Method in class org.modeshape.common.math.IntegerOperations
-
- divide(Long, Long) - Method in class org.modeshape.common.math.LongOperations
-
- divide(T, T) - Method in interface org.modeshape.common.math.MathOperations
-
Divide the first operand by the second, and return the result.
- divide(Short, Short) - Method in class org.modeshape.common.math.ShortOperations
-
- DO_BREAK_LINES - Static variable in class org.modeshape.common.util.Base64
-
Do break lines when encoding.
- doAddValue(T) - Method in class org.modeshape.common.statistic.DetailedStatistics
-
- doAddValue(T) - Method in class org.modeshape.common.statistic.SimpleStatistics
-
A method that can be overridden by subclasses when
add is called.
- DONT_GUNZIP - Static variable in class org.modeshape.common.util.Base64
-
Specify that gzipped data should not be automatically gunzipped.
- doReset() - Method in class org.modeshape.common.statistic.DetailedStatistics
-
- doReset() - Method in class org.modeshape.common.statistic.SimpleStatistics
-
- DOUBLE_QUOTED_STRING - Static variable in class org.modeshape.common.text.TokenStream.BasicTokenizer
-
The
token type for tokens that consist of all the characters within double-quotes.
- DoubleOperations - Class in org.modeshape.common.math
-
- DoubleOperations() - Constructor for class org.modeshape.common.math.DoubleOperations
-
- doubleValue(Double) - Method in class org.modeshape.common.math.DoubleOperations
-
- doubleValue() - Method in class org.modeshape.common.math.Duration
-
- doubleValue(Duration) - Method in class org.modeshape.common.math.DurationOperations
-
- doubleValue(Float) - Method in class org.modeshape.common.math.FloatOperations
-
- doubleValue(Integer) - Method in class org.modeshape.common.math.IntegerOperations
-
- doubleValue(Long) - Method in class org.modeshape.common.math.LongOperations
-
- doubleValue(T) - Method in interface org.modeshape.common.math.MathOperations
-
Convert the value to a double.
- doubleValue(Short) - Method in class org.modeshape.common.math.ShortOperations
-
- Duration - Class in org.modeshape.common.math
-
A number representing an immutable duration of time.
- Duration(long) - Constructor for class org.modeshape.common.math.Duration
-
Create a duration given the number of nanoseconds.
- Duration(long, TimeUnit) - Constructor for class org.modeshape.common.math.Duration
-
Create a duration and the time unit.
- Duration.Components - Class in org.modeshape.common.math
-
The atomic components of this duration, broken down into whole hours, minutes and (fractional) seconds.
- DurationOperations - Class in org.modeshape.common.math
-
- DurationOperations() - Constructor for class org.modeshape.common.math.DurationOperations
-
- garbageCollect(boolean) - Method in class org.modeshape.common.collection.ring.RingBufferBuilder
-
- GarbageCollectingConsumer - Class in org.modeshape.common.collection.ring
-
- GarbageCollectingConsumer(Cursor, Pointer, WaitStrategy, GarbageCollectingConsumer.Collectable) - Constructor for class org.modeshape.common.collection.ring.GarbageCollectingConsumer
-
- GarbageCollectingConsumer.Collectable - Interface in org.modeshape.common.collection.ring
-
- get(K) - Method in class org.modeshape.common.collection.AbstractMultimap
-
- get(int) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
-
- get(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap
-
- get(K) - Method in class org.modeshape.common.collection.ArrayListMultimap
-
- get(int) - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- get(K) - Method in class org.modeshape.common.collection.LinkedListMultimap
-
- get(K) - Method in interface org.modeshape.common.collection.ListMultimap
-
Get the collection of values that are associated with the supplied key.
- get(K) - Method in interface org.modeshape.common.collection.Multimap
-
Get the collection of values that are associated with the supplied key.
- get() - Method in class org.modeshape.common.collection.ring.Pointer
-
- get() - Method in class org.modeshape.common.collection.ring.TrailingPointer
-
- get() - Method in interface org.modeshape.common.collection.Supplier
-
Get the object.
- get(Object) - Method in class org.modeshape.common.collection.UnmodifiableProperties
-
- get() - Method in class org.modeshape.common.util.ImmediateFuture
-
- get(long, TimeUnit) - Method in class org.modeshape.common.util.ImmediateFuture
-
- getAlgorithm() - Method in class org.modeshape.common.text.SecureHashTextEncoder
-
Return the secure hash algorithm used by this encoder.
- getAllowedValues() - Method in class org.modeshape.common.util.Reflection.Property
-
Get the allowed values for this property.
- getAllPropertiesByNameOn(Object) - Method in class org.modeshape.common.util.Reflection
-
Get representations for all of the Java properties on the supplied object.
- getAllPropertiesOn(Object) - Method in class org.modeshape.common.util.Reflection
-
Get representations for all of the Java properties on the supplied object.
- getAnnotation(Class<AnnotationType>, Field, Method[], Method[]) - Static method in class org.modeshape.common.util.Reflection
-
- getAverageDuration() - Method in class org.modeshape.common.statistic.Stopwatch
-
Get the average duration that this stopwatch has recorded.
- getBucketBoundaries(MathOperations<T>, T, T, T, T, int, int) - Static method in class org.modeshape.common.statistic.Histogram
-
- getBucketCount() - Method in class org.modeshape.common.statistic.Histogram
-
Return the number of buckets in this histogram.
- getBuckets() - Method in class org.modeshape.common.statistic.Histogram
-
Get the buckets in this histogram.
- getBufferSize() - Method in interface org.modeshape.common.collection.ring.Cursor
-
Get the size of the buffer that this cursor operates against.
- getBufferSize() - Method in class org.modeshape.common.collection.ring.RingBuffer
-
- getBufferSize() - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
-
- getCachedTreadPool(String, int) - Method in interface org.modeshape.common.util.ThreadPoolFactory
-
Signal that the supplied thread pool is no longer needed.
- getCachedTreadPool(String, int) - Method in class org.modeshape.common.util.ThreadPools
-
- getCategory() - Method in class org.modeshape.common.util.Reflection.Property
-
Get the name of the category in which this property belongs.
- getClassName(Class<?>) - Static method in class org.modeshape.common.util.Reflection
-
Returns the name of the class.
- getCode() - Method in class org.modeshape.common.collection.Problem
-
- getColumn() - Method in class org.modeshape.common.text.Position
-
Get the 1-based column number of the character.
- getComparator() - Method in class org.modeshape.common.math.DoubleOperations
-
- getComparator() - Method in class org.modeshape.common.math.DurationOperations
-
- getComparator() - Method in class org.modeshape.common.math.FloatOperations
-
- getComparator() - Method in class org.modeshape.common.math.IntegerOperations
-
- getComparator() - Method in class org.modeshape.common.math.LongOperations
-
- getComparator() - Method in interface org.modeshape.common.math.MathOperations
-
- getComparator() - Method in class org.modeshape.common.math.ShortOperations
-
- getComponents() - Method in class org.modeshape.common.math.Duration
-
Return the duration components.
- getConsumer() - Method in class org.modeshape.common.collection.ring.RingBuffer.ConsumerRunner
-
- getContentBetween(Position, Position) - Method in class org.modeshape.common.text.TokenStream
-
Gets the content string starting at the first position (inclusive) and continuing up to the end position (exclusive).
- getCount() - Method in class org.modeshape.common.statistic.SimpleStatistics
-
Get the number of values that have been measured.
- getCount() - Method in class org.modeshape.common.statistic.Stopwatch
-
Return the number of runs (complete starts and stops) this stopwatch has undergone.
- getCounterEndingAfter(long) - Method in class org.modeshape.common.util.TimeBasedKeys
-
Obtain the first (earliest) key that would have been generated after the specified UTC time.
- getCounterEndingAt(long) - Method in class org.modeshape.common.util.TimeBasedKeys
-
Obtain the largest (latest) key that would have been generated at the specified UTC time.
- getCounterStartingAt(long) - Method in class org.modeshape.common.util.TimeBasedKeys
-
Obtain the first (earliest) key that would have been generated at the specified UTC time.
- getCurrent() - Method in interface org.modeshape.common.collection.ring.Cursor
-
Get the current position that can be read.
- getCurrent() - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
-
- getDescription() - Method in class org.modeshape.common.statistic.Stopwatch
-
- getDescription() - Method in class org.modeshape.common.util.Reflection.Property
-
Get the description for this property.
- getDetailedStatistics() - Method in class org.modeshape.common.statistic.Stopwatch
-
Return this stopwatch's detailed statistics, if they are being kept.
- getDuratinInNanoseconds() - Method in class org.modeshape.common.math.Duration
-
Return the total duration in nanoseconds.
- getDuration(TimeUnit) - Method in class org.modeshape.common.math.Duration
-
Get the duration value in the supplied unit of time.
- getDurationInMicroseconds() - Method in class org.modeshape.common.math.Duration
-
Return the total duration in microseconds, which may contain a fraction part for the sub-microsecond component.
- getDurationInMilliseconds() - Method in class org.modeshape.common.math.Duration
-
Return the total duration in microseconds, which may contain a fraction part for the sub-microsecond component.
- getDurationInSeconds() - Method in class org.modeshape.common.math.Duration
-
Return the total duration in microseconds, which may contain a fraction part for the sub-microsecond component.
- getEntry(long) - Method in class org.modeshape.common.collection.ring.RingBuffer
-
- getEnvironment() - Method in class org.modeshape.common.naming.SingletonInitialContext
-
- getExponentInScientificNotation(Double) - Method in class org.modeshape.common.math.DoubleOperations
-
- getExponentInScientificNotation(Duration) - Method in class org.modeshape.common.math.DurationOperations
-
- getExponentInScientificNotation(Float) - Method in class org.modeshape.common.math.FloatOperations
-
- getExponentInScientificNotation(Integer) - Method in class org.modeshape.common.math.IntegerOperations
-
- getExponentInScientificNotation(Long) - Method in class org.modeshape.common.math.LongOperations
-
- getExponentInScientificNotation(T) - Method in interface org.modeshape.common.math.MathOperations
-
Get the exponent if the number were written in exponential form.
- getExponentInScientificNotation(Short) - Method in class org.modeshape.common.math.ShortOperations
-
- getExtension(String) - Static method in class org.modeshape.common.util.FileUtil
-
Returns the extension of a file, including the dot.
- getField(String, Class<?>) - Static method in class org.modeshape.common.util.Reflection
-
Retrieves the field with the given name from a class
- getField(Class<?>, String) - Method in class org.modeshape.common.util.Reflection
-
Get a Field intance for a given class and property.
- getHash(SecureHash.Algorithm, byte[]) - Static method in class org.modeshape.common.util.SecureHash
-
Get the hash of the supplied content, using the supplied digest algorithm.
- getHash(SecureHash.Algorithm, File) - Static method in class org.modeshape.common.util.SecureHash
-
Get the hash of the supplied content, using the supplied digest algorithm.
- getHash(SecureHash.Algorithm, InputStream) - Static method in class org.modeshape.common.util.SecureHash
-
Get the hash of the supplied content, using the supplied digest algorithm.
- getHash(String, byte[]) - Static method in class org.modeshape.common.util.SecureHash
-
Get the hash of the supplied content, using the digest identified by the supplied name.
- getHash(String, File) - Static method in class org.modeshape.common.util.SecureHash
-
Get the hash of the supplied content, using the digest identified by the supplied name.
- getHash(String, InputStream) - Static method in class org.modeshape.common.util.SecureHash
-
Get the hash of the supplied content, using the digest identified by the supplied name.
- getHash() - Method in class org.modeshape.common.util.SecureHash.HashingInputStream
-
Get the hash of the content read by this stream.
- getHash() - Method in class org.modeshape.common.util.SecureHash.HashingReader
-
Get the hash of the content read by this reader.
- getHashAsHexString() - Method in class org.modeshape.common.util.SecureHash.HashingInputStream
-
Get the string representation of the binary hash of the content read by this stream.
- getHashAsHexString() - Method in class org.modeshape.common.util.SecureHash.HashingReader
-
Get the string representation of the binary hash of the content read by this reader.
- getHexadecimalStringLength() - Method in enum org.modeshape.common.util.SecureHash.Algorithm
-
Get the length of the hexadecimal representation.
- getHexString(byte[]) - Static method in class org.modeshape.common.util.StringUtil
-
Get the hexadecimal string representation of the supplied byte array.
- getHighestPublishedPosition(long, long) - Method in interface org.modeshape.common.collection.ring.Cursor
-
Get the highest published position that is equal to or between the supplied lower and upper positions.
- getHighestPublishedPosition(long, long) - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
-
- getHistogram() - Method in class org.modeshape.common.statistic.DetailedStatistics
-
Return the histogram of the
values.
- getHistogram(int) - Method in class org.modeshape.common.statistic.DetailedStatistics
-
Return the histogram of the
values.
- getHistogram(int) - Method in class org.modeshape.common.statistic.Stopwatch
-
Return the histogram of this stopwatch's individual runs.
- getHours() - Method in class org.modeshape.common.math.Duration.Components
-
Get the whole hours in this duration.
- getIndexInContent() - Method in class org.modeshape.common.text.Position
-
Get the 0-based index of this position in the content character array.
- getInitialContext(Hashtable<?, ?>) - Method in class org.modeshape.common.naming.SingletonInitialContextFactory
-
- getInstance(Hashtable<?, ?>) - Static method in class org.modeshape.common.naming.SingletonInitialContextFactory
-
Return the
Context singleton instance.
- getInstance() - Static method in class org.modeshape.common.naming.SingletonInitialContextFactory
-
Return the previously-configured
Context singleton instance.
- getInstance() - Static method in class org.modeshape.common.text.Inflector
-
- getInstance() - Static method in class org.modeshape.common.text.NoOpEncoder
-
- getInstance(String, ClassLoader) - Static method in class org.modeshape.common.util.Reflection
-
Instantiates a class based on the class name provided.
- getInstanceOf(Object, Class<C>, String) - Static method in class org.modeshape.common.util.CheckArg
-
Checks that the object is an instance of the specified Class and then returns the object cast to the specified Class
- getKey() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
-
- getKey() - Method in class org.modeshape.common.collection.ImmutableMapEntry
-
- getLabel() - Method in class org.modeshape.common.util.Reflection.Property
-
Get the human-readable label for the property.
- getLine() - Method in class org.modeshape.common.text.Position
-
Get the 1-based line number of the character.
- getLocalizationBundle(ClassLoader, String, Locale) - Static method in class org.modeshape.common.i18n.ClasspathLocalizationRepository
-
Obtain the URL to the properties file containing the localized messages given the supplied bundle name.
- getLocalizationProblemLocales(Class<?>) - Static method in class org.modeshape.common.i18n.I18n
-
Note, calling this method will not trigger localization of the supplied internationalization class.
- getLocalizationProblems(Class<?>) - Static method in class org.modeshape.common.i18n.I18n
-
Note, calling this method will not trigger localization of the supplied internationalization class.
- getLocalizationProblems(Class<?>, Locale) - Static method in class org.modeshape.common.i18n.I18n
-
Note, calling this method will not trigger localization of the supplied internationalization class.
- getLocation() - Method in class org.modeshape.common.collection.Problem
-
- getLock() - Method in class org.modeshape.common.statistic.SimpleStatistics
-
- getLogger(String) - Method in class org.modeshape.common.logging.jdk.JdkLoggerFactory
-
- getLogger(String) - Method in class org.modeshape.common.logging.log4j.Log4jLoggerFactory
-
- getLogger(String) - Method in class org.modeshape.common.logging.LogFactory
-
Return a logger named according to the name parameter.
- getLogger(Class<?>) - Static method in class org.modeshape.common.logging.Logger
-
Return a logger named corresponding to the class passed as parameter.
- getLogger(String) - Static method in class org.modeshape.common.logging.Logger
-
Return a logger named according to the name parameter.
- getLogger(String) - Method in class org.modeshape.common.logging.slf4j.SLF4JLoggerFactory
-
- getLoggingLocale() - Static method in class org.modeshape.common.logging.Logger
-
Get the locale used for the logs.
- getLogLevel() - Method in enum org.modeshape.common.collection.Problem.Status
-
- getLowerBound() - Method in class org.modeshape.common.statistic.Histogram.Bucket
-
Get the lower bound of this bucket.
- getLowerBound() - Method in class org.modeshape.common.statistic.Histogram.BucketingStrategy
-
- getLowerBound() - Method in class org.modeshape.common.statistic.Histogram.DefaultBucketingStrategy
-
- getLowerBound() - Method in class org.modeshape.common.statistic.Histogram.ExplicitBucketingStrategy
-
- getLowerBound() - Method in class org.modeshape.common.statistic.Histogram.StandardDeviationBucketingStrategy
-
- getMathOperations() - Method in class org.modeshape.common.statistic.Histogram
-
- getMathOperations() - Method in class org.modeshape.common.statistic.SimpleStatistics
-
- getMaximum() - Method in class org.modeshape.common.statistic.SimpleStatistics
-
Get the maximum value in the series.
- getMaximumCount() - Method in class org.modeshape.common.statistic.Histogram
-
- getMaximumDuration() - Method in class org.modeshape.common.statistic.Stopwatch
-
Get the maximum duration that this stopwatch has recorded.
- getMaximumPercentage() - Method in class org.modeshape.common.statistic.Histogram
-
- getMaxLength() - Method in class org.modeshape.common.text.SecureHashTextEncoder
-
Get the maximum length of the encoded string, or
Integer.MAX_VALUE if there is no maximum.
- getMean() - Method in class org.modeshape.common.statistic.SimpleStatistics
-
Return the approximate mean (average) value represented as an instance of the operand type.
- getMeanValue() - Method in class org.modeshape.common.statistic.SimpleStatistics
-
Return the mean (average) value.
- getMedian() - Method in class org.modeshape.common.statistic.DetailedStatistics
-
Return the approximate mean (average) value represented as an instance of the operand type.
- getMedianDuration() - Method in class org.modeshape.common.statistic.Stopwatch
-
Get the median duration that this stopwatch has recorded.
- getMedianValue() - Method in class org.modeshape.common.statistic.DetailedStatistics
-
Return the median value.
- getMessage() - Method in class org.modeshape.common.collection.Problem
-
- getMessageString() - Method in class org.modeshape.common.collection.Problem
-
Get the message written in the current locale.
- getMinimum(Pointer[], long) - Static method in class org.modeshape.common.collection.ring.Pointers
-
- getMinimum() - Method in class org.modeshape.common.statistic.SimpleStatistics
-
Get the minimum value in the series.
- getMinimumDuration() - Method in class org.modeshape.common.statistic.Stopwatch
-
Get the minimum duration that this stopwatch has recorded.
- getMinutes() - Method in class org.modeshape.common.math.Duration.Components
-
Get the whole minutes in this duration.
- getName() - Method in class org.modeshape.common.logging.Logger
-
Return the name of this logger instance.
- getName() - Method in class org.modeshape.common.util.Reflection.Property
-
Get the property name in camel case.
- getNameInNamespace() - Method in class org.modeshape.common.naming.SingletonInitialContext
-
- getNameParser(Name) - Method in class org.modeshape.common.naming.SingletonInitialContext
-
- getNameParser(String) - Method in class org.modeshape.common.naming.SingletonInitialContext
-
- getNamespaceURI(String) - Method in class org.modeshape.common.xml.SimpleNamespaceContext
-
- getNotNull(T, String) - Static method in class org.modeshape.common.util.CheckArg
-
Returns the specified argument if it is not null.
- getNumberClass() - Method in class org.modeshape.common.statistic.Histogram.Bucket
-
- getNumberOfBits() - Method in enum org.modeshape.common.util.SecureHash.Algorithm
-
Get the number of bits that make up a digest.
- getNumberOfBytes() - Method in enum org.modeshape.common.util.SecureHash.Algorithm
-
Get the length of the hexadecimal representation.
- getNumberOfValues() - Method in class org.modeshape.common.statistic.Histogram.Bucket
-
Get the number of values in this bucket.
- getObjectName(Object) - Static method in class org.modeshape.common.util.CheckArg
-
- getOperandClass() - Method in class org.modeshape.common.math.DoubleOperations
-
- getOperandClass() - Method in class org.modeshape.common.math.DurationOperations
-
- getOperandClass() - Method in class org.modeshape.common.math.FloatOperations
-
- getOperandClass() - Method in class org.modeshape.common.math.IntegerOperations
-
- getOperandClass() - Method in class org.modeshape.common.math.LongOperations
-
- getOperandClass() - Method in interface org.modeshape.common.math.MathOperations
-
Return the class that these operations operate upon.
- getOperandClass() - Method in class org.modeshape.common.math.ShortOperations
-
- getOrCreateCollection(K) - Method in class org.modeshape.common.collection.AbstractMultimap
-
- getParameters() - Method in class org.modeshape.common.collection.Problem
-
- getPercentageOfValues() - Method in class org.modeshape.common.statistic.Histogram.Bucket
-
Return the percentage of values in the histogram that appear in this bucket.
- getPointer() - Method in class org.modeshape.common.collection.ring.RingBuffer.ConsumerRunner
-
- getPosition() - Method in exception org.modeshape.common.text.ParsingException
-
- getPrefix(String) - Method in class org.modeshape.common.xml.SimpleNamespaceContext
-
- getPrefixes(String) - Method in class org.modeshape.common.xml.SimpleNamespaceContext
-
- getProblems() - Method in class org.modeshape.common.collection.AbstractProblems
-
- getProblems() - Method in class org.modeshape.common.collection.SimpleProblems
-
- getProblems() - Method in class org.modeshape.common.collection.ThreadSafeProblems
-
- getProperty(String, String) - Method in class org.modeshape.common.collection.UnmodifiableProperties
-
- getProperty(String) - Method in class org.modeshape.common.collection.UnmodifiableProperties
-
- getProperty(Object, String, String, String, String, Object...) - Method in class org.modeshape.common.util.Reflection
-
Get the representation of the named property (with the supplied labe, category, description, and allowed values) on the
target object.
- getProperty(Object, String, String) - Method in class org.modeshape.common.util.Reflection
-
Get the representation of the named property (with the supplied description) on the target object.
- getProperty(Object, String) - Method in class org.modeshape.common.util.Reflection
-
Get the representation of the named property on the target object.
- getProperty(Object, Reflection.Property) - Method in class org.modeshape.common.util.Reflection
-
Get current value for the property on the supplied target object.
- getPropertyAsString(Object, Reflection.Property) - Method in class org.modeshape.common.util.Reflection
-
Get current value represented as a string for the property on the supplied target object.
- getResource() - Method in class org.modeshape.common.collection.Problem
-
- getResourceAsStream(String, ClassLoader, Class<?>) - Static method in class org.modeshape.common.util.IoUtil
-
Get the
input stream to the resource given by the supplied path.
- getScheduledThreadPool(String) - Method in interface org.modeshape.common.util.ThreadPoolFactory
-
Obtain a scheduled thread pool with the supplied name, or create and return one if no thread pool exists with that name.
- getScheduledThreadPool(String) - Method in class org.modeshape.common.util.ThreadPools
-
- getSeconds() - Method in class org.modeshape.common.math.Duration.Components
-
Get the duration's seconds component.
- getSignificantFigures() - Method in class org.modeshape.common.statistic.Histogram
-
- getSimpleStatistics() - Method in class org.modeshape.common.statistic.Stopwatch
-
Return this stopwatch's simple statistics.
- getStackTrace(Throwable) - Static method in class org.modeshape.common.util.StringUtil
-
Get the stack trace of the supplied exception.
- getStandardDeviation() - Method in class org.modeshape.common.statistic.DetailedStatistics
-
Return the standard deviation.
- getStatus() - Method in class org.modeshape.common.collection.Problem
-
- getStrategy() - Method in class org.modeshape.common.statistic.Histogram
-
- getTargetClass() - Method in class org.modeshape.common.util.Reflection
-
Return the class that is the target for the reflection methods.
- getTextGraph(int) - Method in class org.modeshape.common.statistic.Histogram
-
Generate a textual (horizontal) bar graph of this histogram.
- getThreadPool(String) - Method in interface org.modeshape.common.util.ThreadPoolFactory
-
Obtain a thread pool with the supplied name, or create and return one if no thread pool exists with that name.
- getThreadPool(String) - Method in class org.modeshape.common.util.ThreadPools
-
- getThrowable() - Method in class org.modeshape.common.collection.Problem
-
- getTimeGenerated(long) - Method in class org.modeshape.common.util.TimeBasedKeys
-
Obtain the milliseconds since epoch in UTC that the supplied key was generated.
- getTokens() - Method in class org.modeshape.common.text.TokenStream.TokenFactory
-
- getTotal() - Method in class org.modeshape.common.statistic.SimpleStatistics
-
Get the aggregate sum of the values in the series.
- getTotalDuration() - Method in class org.modeshape.common.statistic.Stopwatch
-
Get the total duration that this stopwatch has recorded.
- getTotalNumberOfValues() - Method in class org.modeshape.common.statistic.Histogram
-
Return the total number of values that have gone into this histogram.
- getType() - Method in class org.modeshape.common.util.Reflection.Property
-
Get the class to which the value must belong (excluding null values).
- getUncountables() - Method in class org.modeshape.common.text.Inflector
-
Get the set of words that are not processed by the Inflector.
- getUpperBound() - Method in class org.modeshape.common.statistic.Histogram.Bucket
-
Get the upper bound of this bucket.
- getUpperBound() - Method in class org.modeshape.common.statistic.Histogram.BucketingStrategy
-
- getUpperBound() - Method in class org.modeshape.common.statistic.Histogram.DefaultBucketingStrategy
-
- getUpperBound() - Method in class org.modeshape.common.statistic.Histogram.ExplicitBucketingStrategy
-
- getUpperBound() - Method in class org.modeshape.common.statistic.Histogram.StandardDeviationBucketingStrategy
-
- getValue() - Method in class org.modeshape.common.collection.ImmutableMapEntry
-
- getValues() - Method in class org.modeshape.common.statistic.DetailedStatistics
-
Get the values that have been recorded in these statistics.
- getValues() - Method in class org.modeshape.common.statistic.Histogram.BucketingStrategy
-
- getWidth() - Method in class org.modeshape.common.statistic.Histogram.Bucket
-
Get the width of this bucket.
- GuardedBy - Annotation Type in org.modeshape.common.annotation
-
Copyright (c) 2005 Brian Goetz and Tim Peierls.
Released under the Creative Commons Attribution License
(http://creativecommons.org/licenses/by/2.5)
Official home: http://www.jcip.net
Adopted from Java Concurrency in Practice.
- GZIP - Static variable in class org.modeshape.common.util.Base64
-
Specify that data should be gzip-compressed in second bit.
- I18n - Class in org.modeshape.common.i18n
-
An internalized string object, which manages the initialization of internationalization (i18n) files, substitution of values
within i18n message placeholders, and dynamically reading properties from i18n property files.
- i18nBundleNotFoundInClasspath - Static variable in class org.modeshape.common.CommonI18n
-
- i18nClassInterface - Static variable in class org.modeshape.common.CommonI18n
-
- i18nClassNotPublic - Static variable in class org.modeshape.common.CommonI18n
-
- i18nFieldFinal - Static variable in class org.modeshape.common.CommonI18n
-
- i18nFieldInvalidType - Static variable in class org.modeshape.common.CommonI18n
-
- i18nFieldNotPublic - Static variable in class org.modeshape.common.CommonI18n
-
- i18nFieldNotStatic - Static variable in class org.modeshape.common.CommonI18n
-
- i18nLocalizationFileNotFound - Static variable in class org.modeshape.common.CommonI18n
-
- i18nLocalizationProblems - Static variable in class org.modeshape.common.CommonI18n
-
- i18nPropertyDuplicate - Static variable in class org.modeshape.common.CommonI18n
-
- i18nPropertyMissing - Static variable in class org.modeshape.common.CommonI18n
-
- i18nPropertyUnused - Static variable in class org.modeshape.common.CommonI18n
-
- i18nRequiredToSuppliedParameterMismatch - Static variable in class org.modeshape.common.CommonI18n
-
- I18nResource - Interface in org.modeshape.common.i18n
-
Interface which should be implemented by any i18n compliant resource.
- id() - Method in class org.modeshape.common.i18n.I18n
-
- ignore(Pointer) - Method in interface org.modeshape.common.collection.ring.DependentOnPointers
-
Ignore the specified pointer that cursor had previously
stayed behind.
- ignore(Pointer) - Method in class org.modeshape.common.collection.ring.GarbageCollectingConsumer
-
- ignore(Pointer) - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
-
- ignore(Pointer) - Method in class org.modeshape.common.collection.ring.TrailingPointer
-
- ImmediateFuture<V> - Class in org.modeshape.common.util
-
A
Future implementation that is immediately done.
- ImmediateFuture(V) - Constructor for class org.modeshape.common.util.ImmediateFuture
-
Create a new
Future instance that is completed immediately and returns the supplied result.
- Immutable - Annotation Type in org.modeshape.common.annotation
-
Copyright (c) 2005 Brian Goetz and Tim Peierls.
Released under the Creative Commons Attribution License
(http://creativecommons.org/licenses/by/2.5)
Official home: http://www.jcip.net
Adopted from Java Concurrency in Practice.
- ImmutableAppendedList<T> - Class in org.modeshape.common.collection
-
An immutable
List that consists of a single element appended to another existing
List.
- ImmutableAppendedList(List<T>, T) - Constructor for class org.modeshape.common.collection.ImmutableAppendedList
-
Create an instance using the supplied parent list and an element to be virtually appended to the parent.
- ImmutableMapEntry<K,V> - Class in org.modeshape.common.collection
-
- ImmutableMapEntry(K, V) - Constructor for class org.modeshape.common.collection.ImmutableMapEntry
-
- ImmutableMapEntry(Map.Entry<K, V>) - Constructor for class org.modeshape.common.collection.ImmutableMapEntry
-
- ImmutableProblems - Class in org.modeshape.common.collection
-
An immutable wrapper for a mutable
Problems.
- ImmutableProblems(Problems) - Constructor for class org.modeshape.common.collection.ImmutableProblems
-
- incorrectRingBufferSize - Static variable in class org.modeshape.common.CommonI18n
-
- increment(Double) - Method in class org.modeshape.common.math.DoubleOperations
-
- increment(Duration) - Method in class org.modeshape.common.math.DurationOperations
-
- increment(Float) - Method in class org.modeshape.common.math.FloatOperations
-
- increment(Integer) - Method in class org.modeshape.common.math.IntegerOperations
-
- increment(Long) - Method in class org.modeshape.common.math.LongOperations
-
- increment(T) - Method in interface org.modeshape.common.math.MathOperations
-
Increment the supplied operand by 1.
- increment(Short) - Method in class org.modeshape.common.math.ShortOperations
-
- incrementAndGet() - Method in class org.modeshape.common.collection.ring.Pointer
-
- incrementEntryCountFor(K) - Method in class org.modeshape.common.collection.LinkedListMultimap
-
- index() - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
-
- index() - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
-
- indexOf(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
-
- indexOf(Object) - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- Inflector - Class in org.modeshape.common.text
-
Transforms words to singular, plural, humanized (human readable), underscore, camel case, or ordinal form.
- Inflector() - Constructor for class org.modeshape.common.text.Inflector
-
- Inflector(Inflector) - Constructor for class org.modeshape.common.text.Inflector
-
- INFLECTOR - Static variable in class org.modeshape.common.util.Reflection
-
- Inflector.Rule - Class in org.modeshape.common.text
-
- info(I18nResource, Object...) - Method in class org.modeshape.common.logging.Logger
-
Log a message at the INFO level according to the specified format and (optional) parameters.
- info(Throwable, I18nResource, Object...) - Method in class org.modeshape.common.logging.Logger
-
Log an exception (throwable) at the INFO level with an accompanying message.
- infoCount() - Method in class org.modeshape.common.collection.AbstractProblems
-
- infoCount() - Method in class org.modeshape.common.collection.ImmutableProblems
-
- infoCount() - Method in interface org.modeshape.common.collection.Problems
-
Determine the number of information messages within these results.
- INITIAL_VALUE - Static variable in class org.modeshape.common.collection.ring.Pointer
-
- initialActivityMonitorTaskName - Static variable in class org.modeshape.common.CommonI18n
-
- initialize(Class<?>) - Static method in class org.modeshape.common.i18n.I18n
-
Initializes the internationalization fields declared on the supplied class.
- initialize() - Static method in class org.modeshape.common.naming.SingletonInitialContextFactory
-
- initialize() - Method in class org.modeshape.common.text.Inflector
-
- initializeTokens(List<TokenStream.Token>) - Method in class org.modeshape.common.text.TokenStream
-
Method to allow subclasses to preprocess the set of tokens and return the correct tokens to use.
- InputStream(InputStream) - Constructor for class org.modeshape.common.util.Base64.InputStream
-
- InputStream(InputStream, int) - Constructor for class org.modeshape.common.util.Base64.InputStream
-
- inputString - Variable in class org.modeshape.common.text.TokenStream
-
- insertEntryBefore(K, V, LinkedListMultimap.Entry<K, V>) - Method in class org.modeshape.common.collection.LinkedListMultimap
-
- INSTANCE - Static variable in class org.modeshape.common.text.Inflector
-
- IntegerOperations - Class in org.modeshape.common.math
-
- IntegerOperations() - Constructor for class org.modeshape.common.math.IntegerOperations
-
- intValue(Double) - Method in class org.modeshape.common.math.DoubleOperations
-
- intValue() - Method in class org.modeshape.common.math.Duration
-
- intValue(Duration) - Method in class org.modeshape.common.math.DurationOperations
-
- intValue(Float) - Method in class org.modeshape.common.math.FloatOperations
-
- intValue(Integer) - Method in class org.modeshape.common.math.IntegerOperations
-
- intValue(Long) - Method in class org.modeshape.common.math.LongOperations
-
- intValue(T) - Method in interface org.modeshape.common.math.MathOperations
-
Convert the value to an integer.
- intValue(Short) - Method in class org.modeshape.common.math.ShortOperations
-
- invokeAccessibly(Object, Method, Object[]) - Static method in class org.modeshape.common.util.Reflection
-
- invokeBestMethodOnTarget(String[], Object, Object...) - Method in class org.modeshape.common.util.Reflection
-
Find and execute the best method on the target class that matches the signature specified with one of the specified names
and the list of arguments.
- invokeGetterMethodOnTarget(String, Object) - Method in class org.modeshape.common.util.Reflection
-
Find and execute the getter method on the target class for the supplied property name.
- invokeSetterMethodOnTarget(String, Object, Object) - Method in class org.modeshape.common.util.Reflection
-
Find and execute the best setter method on the target class for the supplied property name and the supplied list of
arguments.
- IoUtil - Class in org.modeshape.common.util
-
A set of utilities for more easily performing I/O.
- isArrayType() - Method in class org.modeshape.common.util.Reflection.Property
-
Determine if this is property's (the
type is an array.
- isBlank(String) - Static method in class org.modeshape.common.util.StringUtil
-
Returns true if the given string is null or represents the empty string
- isBooleanType() - Method in class org.modeshape.common.util.Reflection.Property
-
Determine if this is a boolean property (the
type is a
Boolean or boolean).
- isCancelled() - Method in class org.modeshape.common.util.ImmediateFuture
-
- isComplete() - Method in interface org.modeshape.common.collection.ring.Cursor
-
Return whether this cursor has
completed normally.
- isComplete() - Method in interface org.modeshape.common.collection.ring.PointerBarrier
-
Return whether this barrier has completed and should no longer be used.
- isComplete() - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
-
- isDebugEnabled() - Method in class org.modeshape.common.logging.Logger
-
Return whether messages at the DEBUG level are being logged.
- isDetailedStatistics() - Method in class org.modeshape.common.statistic.Stopwatch
-
Return true if detailed statistics are being kept.
- isDone() - Method in class org.modeshape.common.util.ImmediateFuture
-
- isEmpty() - Method in class org.modeshape.common.collection.AbstractMultimap
-
- isEmpty() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
-
- isEmpty() - Method in class org.modeshape.common.collection.AbstractProblems
-
- isEmpty() - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- isEmpty() - Method in class org.modeshape.common.collection.ImmutableProblems
-
- isEmpty() - Method in class org.modeshape.common.collection.LinkedListMultimap
-
- isEmpty() - Method in interface org.modeshape.common.collection.Multimap
-
- isEmpty() - Method in interface org.modeshape.common.collection.Problems
-
Determine if this collection is empty.
- isEmpty() - Method in class org.modeshape.common.collection.ThreadSafeProblems
-
- isEmpty() - Method in class org.modeshape.common.collection.UnmodifiableProperties
-
- isEmpty(Object[], String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the array is empty
- isEqual(Object) - Static method in class org.modeshape.common.function.Predicate
-
- isEqualNoNulls(Type, Type) - Static method in class org.modeshape.common.util.ObjectUtil
-
- isEquals(T, String, T, String) - Static method in class org.modeshape.common.util.CheckArg
-
Asserts that the specified first object is
equal to the specified second object.
- isEqualWithNulls(Type, Type) - Static method in class org.modeshape.common.util.ObjectUtil
-
- isErrorEnabled() - Method in class org.modeshape.common.logging.Logger
-
Return whether messages at the ERROR level are being logged.
- isFullyQualifiedClassname(String) - Static method in class org.modeshape.common.util.ClassUtil
-
Determine whether the supplied string represents a well-formed fully-qualified Java classname.
- isGreaterThan(int, int, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is greater than the supplied value
- isGreaterThan(double, double, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is greater than the supplied value
- isGreaterThanOrEqualTo(int, int, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is greater than or equal to the supplied value
- isHexadecimal(String) - Method in enum org.modeshape.common.util.SecureHash.Algorithm
-
Determine whether the supplied string is of the correct format to contain a hexadecimal representation of this
algorithm.
- isHexCharacter(char) - Static method in class org.modeshape.common.util.StringUtil
-
- isHexString(String) - Static method in class org.modeshape.common.util.StringUtil
-
- isInferred() - Method in class org.modeshape.common.util.Reflection.Property
-
Return whether this property was inferred purely by reflection, or whether annotations were used for its definition.
- isInfoEnabled() - Method in class org.modeshape.common.logging.Logger
-
Return whether messages at the INFORMATION level are being logged.
- isInstanceOf(Object, Class<?>, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the object is an instance of the specified Class
- isLessThan(int, int, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is less than the supplied value
- isLessThanOrEqualTo(int, int, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is less than or equal to the supplied value
- isNegative(int, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is negative (<0).
- isNegative(long, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is negative (<0).
- isNegative(double, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is negative (<0).
- isNext(char) - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
-
- isNext(char, char) - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
-
- isNext(char, char, char) - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
-
- isNext(char) - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
-
Determine if the next character on the sream is the supplied value.
- isNext(char, char) - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
-
Determine if the next two characters on the stream match the supplied values.
- isNext(char, char, char) - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
-
Determine if the next three characters on the sream match the supplied values.
- isNextAnyOf(char[]) - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
-
- isNextAnyOf(String) - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
-
- isNextAnyOf(char[]) - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
-
Determine if the next character on the stream matches one of the supplied characters.
- isNextAnyOf(String) - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
-
Determine if the next character on the stream matches one of the supplied characters.
- isNextLetterOrDigit() - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
-
- isNextLetterOrDigit() - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
-
- isNextValidXmlCharacter() - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
-
- isNextValidXmlCharacter() - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
-
- isNextValidXmlNameCharacter() - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
-
- isNextValidXmlNameCharacter() - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
-
- isNextValidXmlNcNameCharacter() - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
-
- isNextValidXmlNcNameCharacter() - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
-
- isNextWhitespace() - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
-
- isNextWhitespace() - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
-
- isNonNegative(int, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is non-negative (>=0).
- isNonNegative(long, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is non-negative (>=0).
- isNonNegative(double, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is non-negative (>=0).
- isNonPositive(int, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is non-positive (<=0).
- isNonPositive(long, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is non-positive (<=0).
- isNonPositive(double, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is non-positive (<=0).
- isNotEmpty(String, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the string is not empty, is not null, and does not contain only whitespace.
- isNotEmpty(Iterator<?>, String) - Static method in class org.modeshape.common.util.CheckArg
-
Checks that the iterator is not empty, and throws an exception if it is.
- isNotEmpty(Collection<?>, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the collection is not empty
- isNotEmpty(Map<?, ?>, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the map is not empty
- isNotEmpty(Object[], String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the array is not empty
- isNotEquals(T, String, T, String) - Static method in class org.modeshape.common.util.CheckArg
-
Asserts that the specified first object is not
equal to the specified second object.
- isNotGreaterThan(int, int, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is not greater than the supplied value
- isNotLessThan(int, int, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is not less than the supplied value
- isNotNan(double, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is not NaN.
- isNotNull(Object, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the specified argument is non-null
- isNotSame(T, String, T, String) - Static method in class org.modeshape.common.util.CheckArg
-
Asserts that the specified first object is not the same as (==) the specified second object.
- isNotZeroLength(String, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the string is non-null and has length > 0
- isNull(Object, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is null
- isPositive(int, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is positive (>0).
- isPositive(long, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is positive (>0).
- isPositive(double, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is positive (>0).
- isPowerOfTwo(int, String) - Static method in class org.modeshape.common.util.CheckArg
-
Check that the argument is a power of 2.
- isPrimitive() - Method in class org.modeshape.common.util.Reflection.Property
-
Determine if this is property's (the
type is a primitive.
- isReadOnly() - Method in class org.modeshape.common.util.Reflection.Property
-
Return whether this property is read-only.
- isRunning() - Method in class org.modeshape.common.statistic.Stopwatch
-
Return whether this stopwatch is currently running.
- isSame(T, String, T, String) - Static method in class org.modeshape.common.util.CheckArg
-
Asserts that the specified first object is the same as (==) the specified second object.
- isSame(InputStream, InputStream) - Static method in class org.modeshape.common.util.IoUtil
-
Write the entire contents of the supplied string to the given stream.
- isSlashEncoded() - Method in class org.modeshape.common.text.UrlEncoder
-
- isTraceEnabled() - Method in class org.modeshape.common.logging.Logger
-
Return whether messages at the TRACE level are being logged.
- isUncountable(String) - Method in class org.modeshape.common.text.Inflector
-
Determine whether the supplied word is considered uncountable by the
pluralize and
singularize methods.
- isValid(LinkedListMultimap.Entry<K, V>) - Method in class org.modeshape.common.collection.LinkedListMultimap
-
- isValid(int) - Static method in class org.modeshape.common.xml.XmlCharacters
-
Determine whether the supplied character is a valid character in XML.
- isValidContent(int) - Static method in class org.modeshape.common.xml.XmlCharacters
-
Determine whether the supplied character is a valid character in XML content
- isValidName(int) - Static method in class org.modeshape.common.xml.XmlCharacters
-
Determine whether the supplied character is a valid non-first character in an XML Name.
- isValidName(String) - Static method in class org.modeshape.common.xml.XmlCharacters
-
Determine if the supplied name is a valid XML Name.
- isValidNameStart(int) - Static method in class org.modeshape.common.xml.XmlCharacters
-
Determine whether the supplied character is a valid first character in an XML Name.
- isValidNcName(int) - Static method in class org.modeshape.common.xml.XmlCharacters
-
Determine whether the supplied character is a valid non-first character in an XML NCName.
- isValidNcName(String) - Static method in class org.modeshape.common.xml.XmlCharacters
-
Determine if the supplied name is a valid XML NCName.
- isValidNcNameStart(int) - Static method in class org.modeshape.common.xml.XmlCharacters
-
Determine whether the supplied character is a valid first character in an XML NCName.
- isValidPubid(int) - Static method in class org.modeshape.common.xml.XmlCharacters
-
Determine whether the supplied character is a valid character in an XML Pubid.
- isValidSpace(int) - Static method in class org.modeshape.common.xml.XmlCharacters
-
Determine whether the supplied character is a valid whitespace character in XML
- isWarnEnabled() - Method in class org.modeshape.common.logging.Logger
-
Return whether messages at the WARNING level are being logged.
- iterator() - Method in class org.modeshape.common.collection.AbstractMultimap.EntriesCollection
-
- iterator() - Method in class org.modeshape.common.collection.AbstractMultimap.ValuesCollection
-
- iterator() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection.DelegateIterator
-
- iterator() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
-
- iterator() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedKeySet
-
- iterator() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList.DelegateListIterator
-
- iterator() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap.WrappedEntrySet
-
- iterator() - Method in class org.modeshape.common.collection.AbstractProblems
-
- iterator() - Method in class org.modeshape.common.collection.DelegateIterable
-
- iterator() - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- iterator() - Method in class org.modeshape.common.collection.ImmutableProblems
-
- iterator() - Method in class org.modeshape.common.collection.LinkedListMultimap.MapEntries
-
- iterator() - Method in interface org.modeshape.common.collection.Problems
-
- SecureHash - Class in org.modeshape.common.util
-
A simple utility to generate various kinds of secure hashes.
- SecureHash.Algorithm - Enum in org.modeshape.common.util
-
Commonly-used hashing algorithms.
- SecureHash.HashingInputStream - Class in org.modeshape.common.util
-
- SecureHash.HashingReader - Class in org.modeshape.common.util
-
- SecureHashTextEncoder - Class in org.modeshape.common.text
-
A text encoder that performs a secure hash of the input text and returns that hash as the encoded text.
- SecureHashTextEncoder(SecureHash.Algorithm) - Constructor for class org.modeshape.common.text.SecureHashTextEncoder
-
Create an encoder that uses the supplied algorithm and returns only the supplied number of characters in the hash.
- SecureHashTextEncoder(SecureHash.Algorithm, int) - Constructor for class org.modeshape.common.text.SecureHashTextEncoder
-
Create an encoder that uses the supplied algorithm and returns only the supplied number of characters in the hash.
- SelfClosingInputStream - Class in org.modeshape.common.util
-
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.
- SelfClosingInputStream(InputStream) - Constructor for class org.modeshape.common.util.SelfClosingInputStream
-
Create a self-closing
InputStream that wraps another input stream.
- SequentialIterator<T> - Class in org.modeshape.common.collection
-
An iterator that abstracts iterating over two other iterators.
- SequentialIterator(Iterator<T>, Iterator<T>) - Constructor for class org.modeshape.common.collection.SequentialIterator
-
- set(V) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList.DelegateListIterator
-
- set(int, V) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
-
- set(int, T) - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- set(V) - Method in class org.modeshape.common.collection.LinkedListMultimap.ValueIterator
-
- set(long) - Method in class org.modeshape.common.collection.ring.Pointer
-
- setAllowedValues(Collection<?>) - Method in class org.modeshape.common.util.Reflection.Property
-
Set the allowed values for this property.
- setAllowedValues(Object...) - Method in class org.modeshape.common.util.Reflection.Property
-
Set the allowed values for this property.
- setBucketCount(int) - Method in class org.modeshape.common.statistic.Histogram
-
Set the number of buckets that this histogram will use.
- setCategory(String) - Method in class org.modeshape.common.util.Reflection.Property
-
Set the name of the category in which this property belongs.
- setDescription(String) - Method in class org.modeshape.common.util.Reflection.Property
-
Set the description for this property.
- setInferred(boolean) - Method in class org.modeshape.common.util.Reflection.Property
-
Set whether this property was inferred purely by reflection.
- setLabel(String) - Method in class org.modeshape.common.util.Reflection.Property
-
Set the human-readable label for the property.
- setLength(String, int, char) - Static method in class org.modeshape.common.util.StringUtil
-
Set the length of the string, padding with the supplied character if the supplied string is shorter than desired, or
truncating the string if it is longer than desired.
- setLoggingLocale(Locale) - Static method in class org.modeshape.common.logging.Logger
-
Set the locale used for the logs.
- setName(String) - Method in class org.modeshape.common.util.Reflection.Property
-
Set the property name in camel case.
- setNamespace(String, String) - Method in class org.modeshape.common.xml.SimpleNamespaceContext
-
- setProperty(String, String) - Method in class org.modeshape.common.collection.UnmodifiableProperties
- setProperty(Object, Reflection.Property, Object) - Method in class org.modeshape.common.util.Reflection
-
Set the property on the supplied target object to the specified value.
- setReadOnly(boolean) - Method in class org.modeshape.common.util.Reflection.Property
-
Set whether this property is read-only.
- setSignificantFigures(int) - Method in class org.modeshape.common.statistic.Histogram
-
Set the number of significant figures used in the calculation of the bucket widths.
- setSlashEncoded(boolean) - Method in class org.modeshape.common.text.FilenameEncoder
-
Set whether this encoder should use slash encoding.
- setSlashEncoded(boolean) - Method in class org.modeshape.common.text.UrlEncoder
-
- setStrategy(double, double, int) - Method in class org.modeshape.common.statistic.Histogram
-
Set the histogram to use the standard deviation to determine the bucket sizes.
- setStrategy(T, T) - Method in class org.modeshape.common.statistic.Histogram
-
Set the histogram to use the supplied minimum and maximum values to determine the bucket size.
- setStrategyToDefault() - Method in class org.modeshape.common.statistic.Histogram
-
Set the histogram to use the actual minimum and maximum values to determine the bucket sizes.
- setType(Class<?>) - Method in class org.modeshape.common.util.Reflection.Property
-
Set the class to which the value must belong (excluding null values).
- setValue(V) - Method in class org.modeshape.common.collection.ImmutableMapEntry
-
- setValue(Object, String, Object) - Static method in class org.modeshape.common.util.Reflection
-
Sets the value of a field of an object instance via reflection
- sha1(String) - Static method in class org.modeshape.common.util.SecureHash
-
Computes the sha1 value for the given string.
- ShortOperations - Class in org.modeshape.common.math
-
- ShortOperations() - Constructor for class org.modeshape.common.math.ShortOperations
-
- shortValue(Double) - Method in class org.modeshape.common.math.DoubleOperations
-
- shortValue(Duration) - Method in class org.modeshape.common.math.DurationOperations
-
- shortValue(Float) - Method in class org.modeshape.common.math.FloatOperations
-
- shortValue(Integer) - Method in class org.modeshape.common.math.IntegerOperations
-
- shortValue(Long) - Method in class org.modeshape.common.math.LongOperations
-
- shortValue(T) - Method in interface org.modeshape.common.math.MathOperations
-
Convert the value to a short.
- shortValue(Short) - Method in class org.modeshape.common.math.ShortOperations
-
- shutdown() - Method in class org.modeshape.common.collection.ring.RingBuffer
-
Shutdown this ring buffer by preventing any further entries, but allowing all existing entries to be processed by all
consumers.
- signalAllWhenBlocking() - Method in class org.modeshape.common.collection.ring.BlockingWaitStrategy
-
- signalAllWhenBlocking() - Method in interface org.modeshape.common.collection.ring.WaitStrategy
-
Signal all components that want to be notified that the pointer has advanced.
- signalConsumers() - Method in interface org.modeshape.common.collection.ring.Cursor
-
Signal that the consumers should wake up if they are blocked on the barrier.
- signalConsumers() - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
-
- SimpleNamespaceContext - Class in org.modeshape.common.xml
-
A simple
NamespaceContext implementation that maintains the namespace and prefix mappings discovered within an XML
document.
- SimpleNamespaceContext() - Constructor for class org.modeshape.common.xml.SimpleNamespaceContext
-
- SimpleProblems - Class in org.modeshape.common.collection
-
- SimpleProblems() - Constructor for class org.modeshape.common.collection.SimpleProblems
-
- SimpleStatistics<T extends Number> - Class in org.modeshape.common.statistic
-
Encapsulation of the statistics for a series of values to which new values are frequently added.
- SimpleStatistics(MathOperations<T>) - Constructor for class org.modeshape.common.statistic.SimpleStatistics
-
- SINGLE_QUOTED_STRING - Static variable in class org.modeshape.common.text.TokenStream.BasicTokenizer
-
The
token type for tokens that consist of all the characters within single-quotes.
- SingleIterator<T> - Class in org.modeshape.common.collection
-
An
Iterator that is used to iterate over a single, fixed value.
- SingleIterator(T) - Constructor for class org.modeshape.common.collection.SingleIterator
-
- singleProducer() - Method in class org.modeshape.common.collection.ring.RingBufferBuilder
-
- SingleProducerCursor - Class in org.modeshape.common.collection.ring
-
A single-threaded cursor for a ring buffer that ensures it does not pass the slowest
Pointer that is consuming entries.
- SingleProducerCursor(int, WaitStrategy) - Constructor for class org.modeshape.common.collection.ring.SingleProducerCursor
-
- SingletonInitialContext - Class in org.modeshape.common.naming
-
- SingletonInitialContextFactory - Class in org.modeshape.common.naming
-
- SingletonInitialContextFactory() - Constructor for class org.modeshape.common.naming.SingletonInitialContextFactory
-
- singularize(Object) - Method in class org.modeshape.common.text.Inflector
-
Returns the singular form of the word in the string.
- size() - Method in class org.modeshape.common.collection.AbstractMultimap.EntriesCollection
-
- size() - Method in class org.modeshape.common.collection.AbstractMultimap
-
- size() - Method in class org.modeshape.common.collection.AbstractMultimap.ValuesCollection
-
- size() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
-
- size() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedKeySet
-
- size() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap.WrappedEntrySet
-
- size() - Method in class org.modeshape.common.collection.AbstractProblems
-
- size() - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- size() - Method in class org.modeshape.common.collection.ImmutableProblems
-
- size() - Method in class org.modeshape.common.collection.LinkedListMultimap.MapEntries
-
- size() - Method in class org.modeshape.common.collection.LinkedListMultimap
-
- size() - Method in interface org.modeshape.common.collection.Multimap
-
Return the number of key-value pairs in this multimap.
- size() - Method in interface org.modeshape.common.collection.Problems
-
Get the number of problems that are in this collection
- size() - Method in class org.modeshape.common.collection.ThreadSafeProblems
-
- size() - Method in class org.modeshape.common.collection.UnmodifiableProperties
-
- size(String) - Static method in class org.modeshape.common.util.FileUtil
-
Determines the size (in bytes) of the file or directory at the given path.
- SizeMeasuringInputStream - Class in org.modeshape.common.util
-
An
InputStream implementation that can wrap another input stream and determine the number of bytes read.
- SizeMeasuringInputStream(InputStream, AtomicLong) - Constructor for class org.modeshape.common.util.SizeMeasuringInputStream
-
- SizeMeasuringReader - Class in org.modeshape.common.util
-
An
Reader implementation that can wrap another input stream and determine the number of bytes read.
- SizeMeasuringReader(Reader, AtomicLong) - Constructor for class org.modeshape.common.util.SizeMeasuringReader
-
- skip(long) - Method in class org.modeshape.common.util.SelfClosingInputStream
-
- slf4jAvailable - Static variable in class org.modeshape.common.CommonI18n
-
- SLF4JLoggerFactory - Class in org.modeshape.common.logging.slf4j
-
Factory used to create the
Logger implementation that uses the SLF4J logging framework.
- SLF4JLoggerFactory() - Constructor for class org.modeshape.common.logging.slf4j.SLF4JLoggerFactory
-
- splitLines(String) - Static method in class org.modeshape.common.util.StringUtil
-
Split the supplied content into lines, returning each line as an element in the returned list.
- sqrt(Double) - Method in class org.modeshape.common.math.DoubleOperations
-
- sqrt(Duration) - Method in class org.modeshape.common.math.DurationOperations
-
- sqrt(Float) - Method in class org.modeshape.common.math.FloatOperations
-
- sqrt(Integer) - Method in class org.modeshape.common.math.IntegerOperations
-
- sqrt(Long) - Method in class org.modeshape.common.math.LongOperations
-
- sqrt(T) - Method in interface org.modeshape.common.math.MathOperations
-
Return the square root of the supplied operand.
- sqrt(Short) - Method in class org.modeshape.common.math.ShortOperations
-
- StandardDeviationBucketingStrategy(double, double, int) - Constructor for class org.modeshape.common.statistic.Histogram.StandardDeviationBucketingStrategy
-
- start() - Method in class org.modeshape.common.statistic.Stopwatch
-
Start the stopwatch and begin recording the statistics a new run.
- start() - Method in class org.modeshape.common.text.TokenStream
-
Begin the token stream, including (if required) the tokenization of the input content.
- startDocument() - Method in class org.modeshape.common.xml.StreamingContentHandler
-
- startElement(String, String, String, Attributes) - Method in class org.modeshape.common.xml.StreamingContentHandler
-
- startIndex() - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveToken
-
- startIndex() - Method in interface org.modeshape.common.text.TokenStream.Token
-
Get the index in the raw stream for the first character in the token.
- startMethodMustBeCalledBeforeConsumingOrMatching - Static variable in class org.modeshape.common.CommonI18n
-
- startMethodMustBeCalledBeforeNext - Static variable in class org.modeshape.common.CommonI18n
-
- startPrefixMapping(String, String) - Method in class org.modeshape.common.xml.StreamingContentHandler
-
- stayBehind(Pointer...) - Method in interface org.modeshape.common.collection.ring.DependentOnPointers
-
Ensure that this cursor always remains behind the specified pointer.
- stayBehind(Pointer...) - Method in class org.modeshape.common.collection.ring.GarbageCollectingConsumer
-
- stayBehind(Pointer...) - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
-
- stayBehind(Pointer...) - Method in class org.modeshape.common.collection.ring.TrailingPointer
-
- stayBehinds - Variable in class org.modeshape.common.collection.ring.SingleProducerCursor
-
- stop() - Method in class org.modeshape.common.statistic.Stopwatch
-
Stop the stopwatch and record the statistics for the latest run.
- Stopwatch - Class in org.modeshape.common.statistic
-
Provides a mechanism to measure time in the same way as a physical stopwatch.
- Stopwatch() - Constructor for class org.modeshape.common.statistic.Stopwatch
-
- Stopwatch(boolean) - Constructor for class org.modeshape.common.statistic.Stopwatch
-
- Stopwatch(boolean, String) - Constructor for class org.modeshape.common.statistic.Stopwatch
-
- store(OutputStream, String) - Method in class org.modeshape.common.collection.UnmodifiableProperties
-
- storeToXML(OutputStream, String, String) - Method in class org.modeshape.common.collection.UnmodifiableProperties
-
- storeToXML(OutputStream, String) - Method in class org.modeshape.common.collection.UnmodifiableProperties
-
- StreamingContentHandler - Class in org.modeshape.common.xml
-
- StreamingContentHandler(OutputStream) - Constructor for class org.modeshape.common.xml.StreamingContentHandler
-
- StreamingContentHandler(OutputStream, Collection<String>) - Constructor for class org.modeshape.common.xml.StreamingContentHandler
-
- StreamingContentHandler(OutputStream, Collection<String>, String) - Constructor for class org.modeshape.common.xml.StreamingContentHandler
-
- StringURLClassLoader - Class in org.modeshape.common.util
-
Extension of a
URLClassLoader which accepts a list of strings instead of urls, trying to convert each string to an
url.
- StringURLClassLoader(List<String>) - Constructor for class org.modeshape.common.util.StringURLClassLoader
-
- StringUtil - Class in org.modeshape.common.util
-
Utilities for string processing and manipulation.
- StringUtil.Justify - Enum in org.modeshape.common.util
-
- subList(int, int) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
-
- subList(int, int) - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- subSet(K, K) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedSortedKeySet
-
- subtract(Double, Double) - Method in class org.modeshape.common.math.DoubleOperations
-
- subtract(long, TimeUnit) - Method in class org.modeshape.common.math.Duration
-
Subtract the supplied duration from this duration, and return the result.
- subtract(Duration) - Method in class org.modeshape.common.math.Duration
-
Subtract the supplied duration from this duration, and return the result.
- subtract(Duration, Duration) - Method in class org.modeshape.common.math.DurationOperations
-
- subtract(Float, Float) - Method in class org.modeshape.common.math.FloatOperations
-
- subtract(Integer, Integer) - Method in class org.modeshape.common.math.IntegerOperations
-
- subtract(Long, Long) - Method in class org.modeshape.common.math.LongOperations
-
- subtract(T, T) - Method in interface org.modeshape.common.math.MathOperations
-
Subtract the second operand from the first, and return the difference.
- subtract(Short, Short) - Method in class org.modeshape.common.math.ShortOperations
-
- Supplier<T> - Interface in org.modeshape.common.collection
-
A basic supplier for another object.
- suspendEncoding() - Method in class org.modeshape.common.util.Base64.OutputStream
-
Suspends encoding of the stream.
- SYMBOL - Static variable in class org.modeshape.common.text.TokenStream.BasicTokenizer
-
The
token type for tokens that consist of an individual "symbol" character.
- SystemFailureException - Exception in org.modeshape.common
-
A generic
runtime exception representing a catastrophic and/or unrecoverable failure of the system.
- SystemFailureException() - Constructor for exception org.modeshape.common.SystemFailureException
-
Construct a system failure exception with no message.
- SystemFailureException(String) - Constructor for exception org.modeshape.common.SystemFailureException
-
Construct a system failure exception with a single message.
- SystemFailureException(Throwable) - Constructor for exception org.modeshape.common.SystemFailureException
-
Construct a system failure exception with another exception that is the cause of the failure.
- SystemFailureException(String, Throwable) - Constructor for exception org.modeshape.common.SystemFailureException
-
Construct a system failure exception with a single message and another exception that is the cause of the failure.
- tailSet(K) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedSortedKeySet
-
- tearDown() - Static method in class org.modeshape.common.naming.SingletonInitialContextFactory
-
- terminateAllPools(long, TimeUnit) - Method in interface org.modeshape.common.util.ThreadPoolFactory
-
Terminates all the existing thread pool, by waiting for them maximum
maxWaitTimeMillis milliseconds, after which
calling
ExecutorService.shutdownNow().
- terminateAllPools(long, TimeUnit) - Method in class org.modeshape.common.util.ThreadPools
-
- test(T) - Method in class org.modeshape.common.function.Predicate
-
- text(Object...) - Method in class org.modeshape.common.i18n.I18n
-
- text(Locale, Object...) - Method in class org.modeshape.common.i18n.I18n
-
Get the localized text for the supplied locale, replacing the parameters in the text with those supplied.
- text(Object...) - Method in interface org.modeshape.common.i18n.I18nResource
-
- text(Locale, Object...) - Method in interface org.modeshape.common.i18n.I18nResource
-
Get the localized text for the supplied locale, replacing the parameters in the text with those supplied.
- text(Object...) - Method in class org.modeshape.common.i18n.TextI18n
-
- text(Locale, Object...) - Method in class org.modeshape.common.i18n.TextI18n
-
- TextDecoder - Interface in org.modeshape.common.text
-
Interface for components that can decode text.
- TextEncoder - Interface in org.modeshape.common.text
-
Interface for components that can encode text.
- TextI18n - Class in org.modeshape.common.i18n
-
A pass-through implementation of
I18nResource which uses an underlying text as the real
value, ignoring any kind of internationalization.
- TextI18n(String) - Constructor for class org.modeshape.common.i18n.TextI18n
-
- ThreadPoolFactory - Interface in org.modeshape.common.util
-
Factory interface for creating/obtaining named thread pools.
- ThreadPools - Class in org.modeshape.common.util
-
- ThreadPools() - Constructor for class org.modeshape.common.util.ThreadPools
-
- ThreadSafe - Annotation Type in org.modeshape.common.annotation
-
Copyright (c) 2005 Brian Goetz and Tim Peierls.
Released under the Creative Commons Attribution License
(http://creativecommons.org/licenses/by/2.5)
Official home: http://www.jcip.net
Adopted from Java Concurrency in Practice.
- ThreadSafeProblems - Class in org.modeshape.common.collection
-
- ThreadSafeProblems() - Constructor for class org.modeshape.common.collection.ThreadSafeProblems
-
- throwNoMoreContent() - Method in class org.modeshape.common.text.TokenStream
-
- TimeBasedKeys - Class in org.modeshape.common.util
-
This is a generator of simple unique and (non-monotonically) increasing long-value keys that incorporate the time in which they
were generated.
- TimeBasedKeys(short) - Constructor for class org.modeshape.common.util.TimeBasedKeys
-
Create a new key generator.
- titleCase(String, String...) - Method in class org.modeshape.common.text.Inflector
-
Capitalizes all the words and replaces some characters in the string to create a nicer looking title.
- toArray() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
-
- toArray(T[]) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
-
- toArray() - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- toArray(X[]) - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- toBigDecimal() - Method in class org.modeshape.common.math.Duration
-
- TokenFactory() - Constructor for class org.modeshape.common.text.TokenStream.TokenFactory
-
- tokenize(TokenStream.CharacterStream, TokenStream.Tokens) - Method in class org.modeshape.common.text.TokenStream.BasicTokenizer
-
- tokenize(TokenStream.CharacterStream, TokenStream.Tokens) - Method in interface org.modeshape.common.text.TokenStream.Tokenizer
-
Process the supplied characters and construct the appropriate
TokenStream.Token objects.
- tokens - Variable in class org.modeshape.common.text.TokenStream.TokenFactory
-
- TokenStream - Class in org.modeshape.common.text
-
A foundation for basic parsers that tokenizes input content and allows parsers to easily access and use those tokens.
- TokenStream(String, TokenStream.Tokenizer, boolean) - Constructor for class org.modeshape.common.text.TokenStream
-
- TokenStream.BasicTokenizer - Class in org.modeshape.common.text
-
A basic
TokenStream.Tokenizer implementation that ignores whitespace but includes tokens for individual symbols, the period
('.'), single-quoted strings, double-quoted strings, whitespace-delimited words, and optionally comments.
- TokenStream.CaseInsensitiveToken - Class in org.modeshape.common.text
-
- TokenStream.CaseInsensitiveTokenFactory - Class in org.modeshape.common.text
-
- TokenStream.CaseSensitiveToken - Class in org.modeshape.common.text
-
- TokenStream.CaseSensitiveTokenFactory - Class in org.modeshape.common.text
-
- TokenStream.CharacterArrayStream - Class in org.modeshape.common.text
-
- TokenStream.CharacterStream - Interface in org.modeshape.common.text
-
- TokenStream.Token - Interface in org.modeshape.common.text
-
The interface defining a token, which references the characters in the actual input character stream.
- TokenStream.TokenFactory - Class in org.modeshape.common.text
-
- TokenStream.Tokenizer - Interface in org.modeshape.common.text
-
- TokenStream.Tokens - Interface in org.modeshape.common.text
-
- toSimpleString() - Method in class org.modeshape.common.math.Duration.Components
-
Return the duration as a string in a form containing hours, minutes, and seconds, excluding the fractional part of the
seconds.
- toSimpleString() - Method in class org.modeshape.common.math.Duration
-
Writes the duration in a form containing hours, minutes, and seconds, excluding the fractional part of the seconds.
- toString() - Method in class org.modeshape.common.collection.AbstractMultimap
-
- toString() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
-
- toString() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap
-
- toString() - Method in class org.modeshape.common.collection.AbstractProblems
-
- toString() - Method in class org.modeshape.common.collection.ImmutableAppendedList
-
- toString() - Method in class org.modeshape.common.collection.ImmutableMapEntry
-
- toString() - Method in class org.modeshape.common.collection.ImmutableProblems
-
- toString() - Method in class org.modeshape.common.collection.LinkedListMultimap.Entry
- toString() - Method in class org.modeshape.common.collection.LinkedListMultimap
-
- toString() - Method in class org.modeshape.common.collection.Problem
-
- toString() - Method in class org.modeshape.common.collection.ring.Pointer
-
- toString() - Method in class org.modeshape.common.collection.ring.TrailingPointer
-
- toString() - Method in class org.modeshape.common.collection.UnmodifiableProperties
-
- toString() - Method in class org.modeshape.common.database.DatabaseType
-
- toString() - Method in class org.modeshape.common.i18n.I18n
-
- toString() - Method in class org.modeshape.common.math.Duration.Components
-
Return the duration as a string in a form containing hours, minutes, and seconds, including the fractional part of the
seconds.
- toString() - Method in class org.modeshape.common.math.Duration
-
Writes the duration in a form containing hours, minutes, and seconds, including the fractional part of the seconds.
- toString() - Method in class org.modeshape.common.statistic.DetailedStatistics
-
- toString() - Method in class org.modeshape.common.statistic.Histogram.Bucket
-
- toString() - Method in class org.modeshape.common.statistic.SimpleStatistics
-
- toString() - Method in class org.modeshape.common.statistic.Stopwatch
-
- toString() - Method in class org.modeshape.common.text.Inflector.Rule
-
- toString() - Method in class org.modeshape.common.text.Position
-
- toString() - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveToken
-
- toString() - Method in class org.modeshape.common.text.TokenStream
-
- toString(Object, int) - Static method in class org.modeshape.common.util.ClassUtil
-
- toString() - Method in class org.modeshape.common.util.Reflection.Property
- toString() - Method in enum org.modeshape.common.util.SecureHash.Algorithm
-
- toString() - Method in class org.modeshape.common.util.SelfClosingInputStream
-
- trace(String, Object...) - Method in class org.modeshape.common.logging.Logger
-
Log a message at the TRACE level according to the specified format and (optional) parameters.
- trace(Throwable, String, Object...) - Method in class org.modeshape.common.logging.Logger
-
Log an exception (throwable) at the TRACE level with an accompanying message.
- trailingPointer - Variable in class org.modeshape.common.collection.ring.GarbageCollectingConsumer
-
- TrailingPointer - Class in org.modeshape.common.collection.ring
-
A
Pointer that will always stay behind a number of other
Pointer instances, which can be safely and dynamically
added or removed.
- TrailingPointer(Pointer...) - Constructor for class org.modeshape.common.collection.ring.TrailingPointer
-
- TrailingPointer(long, Pointer...) - Constructor for class org.modeshape.common.collection.ring.TrailingPointer
-
- truncate(Object, int) - Static method in class org.modeshape.common.util.StringUtil
-
Truncate the supplied string to be no more than the specified length.
- truncate(Object, int, String) - Static method in class org.modeshape.common.util.StringUtil
-
Truncate the supplied string to be no more than the specified length.
- tryLock() - Method in class org.modeshape.common.collection.ring.RingBuffer.NoOpLock
-
- tryLock(long, TimeUnit) - Method in class org.modeshape.common.collection.ring.RingBuffer.NoOpLock
-
- type() - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveToken
-
- type() - Method in interface org.modeshape.common.text.TokenStream.Token
-
Get the type of the token.