Package coneforest.psylla.core
Class PsyConfigDict
- java.lang.Object
-
- coneforest.psylla.core.PsyDict
-
- coneforest.psylla.core.PsyModule
-
- coneforest.psylla.core.PsyConfigDict
-
- All Implemented Interfaces:
PsyClearable
,PsyContainer<PsyObject>
,PsyConvertableToName
,PsyConvertableToString
,PsyDictlike<PsyObject>
,PsyIndexed<PsyStringy,PsyObject>
,PsyIterable<PsyObject>
,PsyLengthy
,PsyObject
,PsyStreamlike<PsyObject>
,Iterable<PsyObject>
public class PsyConfigDict extends PsyModule
-
-
Constructor Summary
Constructors Constructor Description PsyConfigDict()
-
Method Summary
-
Methods inherited from class coneforest.psylla.core.PsyDict
get, isEmpty, iterator, known, length, psyClear, psyClone, psyKeys, psySlice, psyStream, put, undef
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface coneforest.psylla.core.PsyContainer
psyNewEmpty
-
Methods inherited from interface coneforest.psylla.core.PsyDictlike
psyDelete, psyEntries, psyExtract, psyGet, psyGetAll, psyKnown, psyPut, psyUndef, psyValues, toSyntaxString, toSyntaxStringHelper
-
Methods inherited from interface coneforest.psylla.core.PsyIterable
psyCount, psyFilter, psyForAll, psyMap, psyToArray, psyUnite
-
Methods inherited from interface coneforest.psylla.core.PsyLengthy
psyIsEmpty, psyLength
-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, typeName
-
Methods inherited from interface coneforest.psylla.core.PsyStreamlike
psyConcat
-
-