Uses of Class
org.forgerock.util.MapDecorator
-
Packages that use MapDecorator Package Description org.forgerock.http.protocol Models and manages elements of the Hypertext Transfer Protocol.org.forgerock.http.util Miscellaneous utility classes. -
-
Uses of MapDecorator in org.forgerock.http.protocol
Subclasses of MapDecorator in org.forgerock.http.protocol Modifier and Type Class Description class
Form
Form fields, a case-sensitive multi-string-valued map. -
Uses of MapDecorator in org.forgerock.http.util
Subclasses of MapDecorator in org.forgerock.http.util Modifier and Type Class Description class
CaseInsensitiveMap<V>
An implementation of a map whose keys are case-insensitive strings.class
MultiValueMap<K,V>
Wraps a map for which the values are lists, providing a set of convenience methods for handling list values.
-