Class ChangeTrackingIndirectSet<E>

java.lang.Object
cz.cvut.kbss.jopa.proxy.change.ChangeTrackingIndirectCollection<Set<E>>
cz.cvut.kbss.jopa.proxy.change.ChangeTrackingIndirectSet<E>
All Implemented Interfaces:
IndirectWrapper<Set<E>>, Iterable<E>, Collection<E>, Set<E>

public class ChangeTrackingIndirectSet<E> extends ChangeTrackingIndirectCollection<Set<E>> implements Set<E>