Class PsyModule
java.lang.Object
coneforest.psylla.core.PsyDict
coneforest.psylla.core.PsyModule
- All Implemented Interfaces:
PsyClearable, PsyContainer<PsyObject>, PsyFormalDict<PsyObject>, PsyIndexed<PsyString, PsyObject>, PsyIterable<PsyObject>, PsyLengthy, PsyObject, PsySequential<PsyObject>, PsyStreamable<PsyObject>, Iterable<PsyObject>
- Direct Known Subclasses:
PsyConfigDict, PsySystemDict
-
Field Summary
Fields inherited from class PsyDict
PSY_DICT, PSY_DICTTOMARKFields inherited from interface PsyClearable
PSY_CLEARFields inherited from interface PsyFormalDict
PSY_UNDEFFields inherited from interface PsyIndexed
PSY_DELETE, PSY_ENTRIES, PSY_EXTRACT, PSY_GET, PSY_GETALL, PSY_KEYS, PSY_KNOWN, PSY_PUT, PSY_SLICE, PSY_VALUESFields inherited from interface PsyLengthy
PSY_ISEMPTY, PSY_LENGTHFields inherited from interface PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TOSTRING, PSY_TOSTRINGBUFFER, PSY_TYPEFields inherited from interface PsySequential
PSY_FORALLFields inherited from interface PsyStreamable
PSY_STREAM -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PsyDict
get, isEmpty, iterator, keys, known, length, psyClear, psyClone, psySlice, psyStream, put, undefMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface PsyContainer
psyNewEmptyMethods inherited from interface PsyFormalDict
psyDelete, psyEntries, psyExtract, psyForAll, psyGet, psyKeys, psyKnown, psyPut, psyUndef, toSyntaxString, toSyntaxStringHelperMethods inherited from interface PsyIndexed
psyGetAll, psyValuesMethods inherited from interface PsyIterable
psyToArray, psyUniteMethods inherited from interface PsyLengthy
psyIsEmpty, psyLengthMethods inherited from interface PsyObject
convert, execute, invoke, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, typeName
-
Constructor Details
-
PsyModule
public PsyModule()
-