Class ReadOnlySet<E>

java.lang.Object
net.ontopia.persistence.proxy.ReadOnlySet<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public class ReadOnlySet<E> extends Object implements Set<E>
INTERNAL: A set implementation that track the changes performed on it. It keeps track of the objects that have been added and the ones that has been removed.