Class AbstractInMemoryAtomSet

java.lang.Object
fr.lirmm.graphik.integraal.core.atomset.AbstractAtomSet
fr.lirmm.graphik.integraal.core.atomset.AbstractInMemoryAtomSet
All Implemented Interfaces:
AtomSet, InMemoryAtomSet, CloseableIterable<Atom>, CloseableIterableWithoutException<Atom>, Iterable<Atom>
Direct Known Subclasses:
DefaultInMemoryAtomSet, LinkedListAtomSet

public abstract class AbstractInMemoryAtomSet extends AbstractAtomSet implements InMemoryAtomSet
Base implementation for in-memory atom sets.
Author:
Clément Sipieter (INRIA) <clement@6pi.fr>