Interface PsyFormalArray<T extends PsyObject>

Type Parameters:
T - a type of contained objects.
All Superinterfaces:
Iterable<T>, PsyAppendable<T>, PsyClearable, PsyContainer<T>, PsyIndexed<PsyInteger,T>, PsyIterable<T>, PsyLengthy, PsyObject, PsySequential<T>, PsyStreamable<T>
All Known Implementing Classes:
PsyArray, PsyBitArray, PsyProc, PsyString

@Type("formalarray") public interface PsyFormalArray<T extends PsyObject> extends PsyAppendable<T>, PsyContainer<T>, PsyIndexed<PsyInteger,T>, PsySequential<T>
The representation of formalarray, an abstraction of an array composed of objects.