Package seph.lang.persistent

Examples of seph.lang.persistent.PersistentArrayMap$Seq


*/
public abstract class SephMethodObject implements SephObject {
    final IPersistentMap meta;

    public SephMethodObject() {
        meta = new PersistentArrayMap(new Object[]{activatable, Runtime.TRUE});
    }
View Full Code Here

TOP

Related Classes of seph.lang.persistent.PersistentArrayMap$Seq

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.