Interface PsyFormalSet<T extends PsyObject>

Type Parameters:
T - a type of the elements.
All Superinterfaces:
Iterable<T>, PsyAppendable<T>, PsyClearable, PsyContainer<T>, PsyIterable<T>, PsyLengthy, PsyObject, PsySequential<T>, PsyStreamable<T>
All Known Implementing Classes:
PsyBitSet, PsySet

@Type("formalset") public interface PsyFormalSet<T extends PsyObject> extends PsyAppendable<T>, PsyContainer<T>
The representation of a formalset, an abstraction of a finite set of objects. This interface declares methods for appending, removal and set operations.