Interface PsyFormalQueue<T extends PsyObject>

Type Parameters:
T - a type of contained objects.
All Superinterfaces:
Iterable<T>, PsyBounded, PsyClearable, PsyContainer<T>, PsyIterable<T>, PsyLengthy, PsyObject, PsySequential<T>, PsyStreamable<T>
All Known Implementing Classes:
PsyBlockingQueue

@Type("formalqueue") public interface PsyFormalQueue<T extends PsyObject> extends PsyBounded, PsyContainer<T>
The representation of formalqueue, an abstraction of a queue of objects.