Uses of Class
org.forgerock.http.util.SetDecorator
-
Packages that use SetDecorator Package Description org.forgerock.http.util Miscellaneous utility classes.org.forgerock.openig.jwt.dirty Set of collection delegating classes to observes whenever a Map element is removed. -
-
Uses of SetDecorator in org.forgerock.http.util
Subclasses of SetDecorator in org.forgerock.http.util Modifier and Type Class Description class
CaseInsensitiveSet
An implementation of a set whose values are case-insensitive strings. -
Uses of SetDecorator in org.forgerock.openig.jwt.dirty
Subclasses of SetDecorator in org.forgerock.openig.jwt.dirty Modifier and Type Class Description class
DirtySet<E>
ASet
decorator that notifies the providedDirtyListener
when one ore more elements are removed.
-