Uses of Interface
org.forgerock.openig.jwt.dirty.DirtyListener
-
Packages that use DirtyListener Package Description org.forgerock.openig.jwt.dirty Set of collection delegating classes to observes whenever a Map element is removed. -
-
Uses of DirtyListener in org.forgerock.openig.jwt.dirty
Constructors in org.forgerock.openig.jwt.dirty with parameters of type DirtyListener Constructor Description DirtyCollection(Collection<E> delegate, DirtyListener listener)
Builds a new DirtyCollection delegating to the given Collection and notifying the provided observer.DirtyIterator(Iterator<E> delegate, DirtyListener listener)
Builds a new DirtyIterator delegating to the given Iterator and notifying the provided observer.DirtySet(Set<E> set, DirtyListener listener)
Constructs a new set decorator, wrapping the specified set.
-