Interface PsyContainer<T extends PsyObject>
- 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, PsyEnvironment, PsyModule, PsyNamespace, PsyProc, PsySet, PsyStringBuffer, PsySystemDict
@Type("container")
public interface PsyContainer<T extends PsyObject>
extends PsyClearable, PsyIterable<T>, PsyLengthy
-
Field Summary
Fields inherited from interface PsyClearable
PSY_CLEARFields 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 -
Method Summary
Modifier and TypeMethodDescriptiondefault PsyContainer<T> default StringtoSyntaxStringHelper(Set<PsyContainer<? extends PsyObject>> processed) Methods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface PsyClearable
psyClearMethods inherited from interface PsyIterable
psyStream, psyToArray, psyUniteMethods inherited from interface PsyLengthy
isEmpty, length, psyIsEmpty, psyLengthMethods inherited from interface PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeNameMethods inherited from interface PsyStreamable
psyForAll
-
Method Details
-
psyNewEmpty
- Throws:
PsyUnsupportedException
-
toSyntaxStringHelper
-