Class DirtyCollection<E>

java.lang.Object
org.forgerock.openig.session.jwt.dirty.DirtyCollection<E>
Type Parameters:
E - type of the collection
All Implemented Interfaces:
Iterable<E>, Collection<E>

public class DirtyCollection<E> extends Object implements Collection<E>
A Collection decorator that notifies the provided DirtyListener when one ore more elements are removed.