Class NestedSet<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
org.aksw.sparqlify.database.NestedSet<T>
Type Parameters:
T -
All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>

public class NestedSet<T> extends AbstractSet<T>
IMPORTANT: If you are working with a child set, then do not modify the parent, or things might go out of sync. So the parent must remain unchanged while working with a child set
Author:
Claus Stadler <cstadler@informatik.uni-leipzig.de>