Interface PsyIndexed<K extends PsyObject,V extends PsyObject>

Type Parameters:
K - a type of keys or indices.
V - a type of elements.
All Superinterfaces:
PsyObject
All Known Subinterfaces:
PsyFormalArray<T>, PsyFormalDict<V>
All Known Implementing Classes:
PsyArray, PsyBitArray, PsyConfigDict, PsyDict, PsyEnvironment, PsyModule, PsyNamespace, PsyProc, PsyStringBuffer, PsySystemDict

@Type("indexed") public interface PsyIndexed<K extends PsyObject,V extends PsyObject> extends PsyObject
The representation of indexed, a type of the container whose elements are indexed.