java.lang.Object
coneforest.psylla.core.PsyEnvironment
- All Implemented Interfaces:
PsyClearable,PsyContainer<PsyString>,PsyFormalDict<PsyString>,PsyIndexed<PsyString,,PsyString> PsyIterable<PsyString>,PsyLengthy,PsyObject,PsySequential<PsyString>,PsyStreamable<PsyString>,Iterable<PsyString>
-
Field Summary
Fields inherited from interface coneforest.psylla.core.PsyClearable
PSY_CLEARFields inherited from interface coneforest.psylla.core.PsyFormalDict
PSY_UNDEFFields inherited from interface coneforest.psylla.core.PsyIndexed
PSY_DELETE, PSY_ENTRIES, PSY_EXTRACT, PSY_GET, PSY_GETALL, PSY_KEYS, PSY_KNOWN, PSY_PUT, PSY_SLICE, PSY_VALUESFields inherited from interface coneforest.psylla.core.PsyLengthy
PSY_ISEMPTY, PSY_LENGTHFields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TOSTRING, PSY_TOSTRINGBUFFER, PSY_TYPEFields inherited from interface coneforest.psylla.core.PsySequential
PSY_FORALLFields inherited from interface coneforest.psylla.core.PsyStreamable
PSY_STREAM -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface coneforest.psylla.core.PsyContainer
psyNewEmptyMethods inherited from interface coneforest.psylla.core.PsyFormalDict
psyClear, psyDelete, psyEntries, psyExtract, psyForAll, psyGet, psyKeys, psyKnown, psyPut, psyUndef, toSyntaxString, toSyntaxStringHelperMethods inherited from interface coneforest.psylla.core.PsyIndexed
psyGetAll, psyValuesMethods inherited from interface coneforest.psylla.core.PsyIterable
psyStream, psyToArray, psyUniteMethods inherited from interface coneforest.psylla.core.PsyLengthy
isEmpty, psyIsEmpty, psyLengthMethods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, typeName
-
Constructor Details
-
PsyEnvironment
-
-
Method Details
-
psySlice
Description copied from interface:PsyIndexedReturns a container of the same type as this object consisting of keys or indices from giveniterableand of associated values.- Specified by:
psySlicein interfacePsyFormalDict<PsyString>- Specified by:
psySlicein interfacePsyIndexed<PsyString,PsyString> - Parameters:
oKeys- an enumeration of keys.- Returns:
- a container of the same type as this object consisting of keys or indices from given
iterableand of associated values - Throws:
PsyUndefinedException- when the key is absent.
-
keys
- Specified by:
keysin interfacePsyFormalDict<PsyString>
-
known
- Specified by:
knownin interfacePsyFormalDict<PsyString>
-
get
- Specified by:
getin interfacePsyFormalDict<PsyString>- Throws:
PsyUndefinedException
-
put
- Specified by:
putin interfacePsyFormalDict<PsyString>
-
undef
- Specified by:
undefin interfacePsyFormalDict<PsyString>
-
length
public int length()Description copied from interface:PsyLengthyReturns a length of this object.- Specified by:
lengthin interfacePsyLengthy- Returns:
- a length of this object
-
iterator
-