- All Superinterfaces:
Iterable<T>,PsyClearable,PsyIterable<T>,PsyLengthy,PsyObject,PsySequential<T>,PsyStreamable<T>
- All Known Subinterfaces:
PsyFormalArray<T>,PsyFormalDict<V>,PsyFormalQueue<T>,PsyFormalSet<T>
- All Known Implementing Classes:
PsyArray,PsyBitArray,PsyBitSet,PsyBlockingQueue,PsyConfigDict,PsyDict,PsyErrorDict,PsyModule,PsyNamespace,PsyProc,PsySet,PsyString,PsySystemDict
@Type("container")
public interface PsyContainer<T extends PsyObject>
extends PsyClearable, PsyIterable<T>, PsyLengthy
-
Field Summary
Fields inherited from interface coneforest.psylla.core.PsyClearable
PSY_CLEARFields 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_TONAME, PSY_TOSTRING, PSY_TYPEFields inherited from interface coneforest.psylla.core.PsySequential
PSY_FORALLFields inherited from interface coneforest.psylla.core.PsyStreamable
PSY_STREAM -
Method Summary
Modifier and TypeMethodDescriptiondefault PsyContainer<T>default StringtoSyntaxStringHelper(Set<PsyContainer<T>> processed) Methods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface coneforest.psylla.core.PsyClearable
psyClearMethods inherited from interface coneforest.psylla.core.PsyIterable
psyStream, psyToArray, psyUniteMethods inherited from interface coneforest.psylla.core.PsyLengthy
isEmpty, length, psyIsEmpty, psyLengthMethods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeNameMethods inherited from interface coneforest.psylla.core.PsyStreamable
psyForAll
-
Method Details
-
psyNewEmpty
- Throws:
PsyUnsupportedException
-
toSyntaxStringHelper
-