| Class | Description |
|---|---|
| Annotations |
Supports meta-annotations by looking up annotations in the transitive
hull (annotations and their annotations, called meta-annotations) of a given
AnnotatedElement. |
| BundleUtil | |
| ClassHierarchyIterator |
Used to iterate over a class hierarchy in the order:
type
implemented interfaces
supertype
.
|
| ConcurrentDistinctMultiValueMap<K,V> |
A thread-safe storage for key -> value associations.
|
| ConcurrentLinkedDistinctQueue<E> |
This linked queue does not permit duplicates and
removes
already existing elements from the underlying collection prior to value insertion. |
| FastStringWriter |
Unlike
StringWriter, this Writer does not rely on a synchronized
StringBuffer but on the efficient StringBuilder.It is important to FastStringWriter.FastStringWriter(int) initialize this writer with
the suitable capacity (=amount of expected characters) in order to maintain performance. |
| Key |
A key based on multiple values, e.g.
|
| MatchedBundlesPredicate |
MatchedBundlesPredicate.evaluate(Object) returns false if the bundle matches to
signal
CollectionUtils.filter(java.util.Collection, Predicate)
to remove the element it. |
| NodeTypeHierarchyIterator |
Iterates the
node type hierarchy of a Node. |
| OsgiBeanReference<T> |
References a bean from a
Bundle. |
| OsgiBeanSource<T> |
A source for beans in an
ApplicationContext obtained
from a Bundle. |
| PrimitiveSupportingValueMap |
This
ValueMap converts primitive types
to their boxed equivalents prior to conversion. |
| ReadOnlyIterator<T> | |
| ReflectionUtil | |
| ResourceTypeHierarchyIterator |
Iterates the type hierarchy of a
Resource starting with the resource's
"sling:resourceType". |
| ReverseFileByLineReader |
Reads text files in reverse using an estimate of bytes per line.
|
| StringUtil |
Copyright © 2014–2015. All rights reserved.