Class LinkedListAtomSet

All Implemented Interfaces:
AtomSet, InMemoryAtomSet, CloseableIterable<Atom>, CloseableIterableWithoutException<Atom>, Iterable<Atom>

@Deprecated public class LinkedListAtomSet extends AbstractInMemoryAtomSet implements InMemoryAtomSet
Deprecated.
An AtomSet based on a LinkedList of Atom This class is deprecated. Use DefaultInMemoryAtomSet instead. If you want an AtomSet where you can access the elements in the order they were added into the set, use the DefaultInMemoryAtomSet with a LinkedHashSet : new DefaultInMemoryAtomSet(new LinkedHashSet of Atom()).
Author:
Clément Sipieter (INRIA) clement@6pi.fr