Package org.forgerock.openig.session.jwt.dirty
Set of collection delegating classes to observes whenever a Map element is removed.
-
Interface Summary Interface Description DirtyListener Enable observers to be notified when one or more element are removed from a Map. -
Class Summary Class Description DirtyCollection<E> ACollection
decorator that notifies the providedDirtyListener
when one ore more elements are removed.DirtyIterator<E> AnIterator
decorator that notifies the providedDirtyListener
when one element is removed.DirtySet<E> ASet
decorator that notifies the providedDirtyListener
when one ore more elements are removed.