Interface PsyFormalDict<V extends PsyObject>

Type Parameters:
V - a type of contained values.
All Superinterfaces:
Iterable<V>, PsyClearable, PsyContainer<V>, PsyIndexed<PsyString,V>, PsyIterable<V>, PsyLengthy, PsyObject, PsySequential<V>, PsyStreamable<V>
All Known Implementing Classes:
PsyConfigDict, PsyDict, PsyEnvironment, PsyModule, PsyNamespace, PsySystemDict

@Type("formaldict") public interface PsyFormalDict<V extends PsyObject> extends PsyContainer<V>, PsyIndexed<PsyString,V>, PsySequential<V>
The representation of formaldict, an abstraction of a dictionary.