Class ModifyAwareSet<E>

java.lang.Object
io.ebeaninternal.json.ModifyAwareSet<E>
All Implemented Interfaces:
ModifyAwareType, Serializable, Iterable<E>, Collection<E>, Set<E>

public final class ModifyAwareSet<E> extends Object implements Set<E>, ModifyAwareType, Serializable
Wraps a Set for the purposes of detecting modifications.
See Also: