Interface | Description |
---|---|
Indexed<T> |
Interface of an object that can be indexed with a unique key.
|
UnmodifiableCollection |
An marker interface for tagging collection implementations as read-only.
|
Class | Description |
---|---|
CaseInsensitiveMap<V> |
An implementation of a map whose keys are case-insensitive strings.
|
CaseInsensitiveSet |
An implementation of a set whose values are case-insensitive strings.
|
Duration |
Represents a duration in english.
|
EnumUtil |
Utility class for accessing Java enum types.
|
ExtensibleFieldMap |
A
FieldMap that can be extended with arbitrary keys. |
Json |
Provides additional functionality to JsonValue.
|
Loader |
Provides methods for dynamically loading classes.
|
MultiValueMap<K,V> |
Wraps a map for which the values are lists, providing a set of convenience methods for
handling list values.
|
MutableUri |
A MutableUri is a modifiable
URI substitute. |
NoRetryHttpRequestRetryHandler |
A very simple implementation that always returns false for every exception which effectively turns off any
request retries.
|
SetDecorator<E> |
Contains another set, which is uses as its basic source of data, possibly transforming the
data along the way.
|
StringUtil |
Miscellaneous string utility methods.
|
URIUtil |
Utility class for performing operations on universal resource identifiers.
|
Copyright © 2014 ForgeRock AS. All rights reserved.