Class ChangeTrackingIndirectList<E>

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

public class ChangeTrackingIndirectList<E> extends ChangeTrackingIndirectCollection<List<E>> implements List<E>