Package org.nutz.mapl.impl

Examples of org.nutz.mapl.impl.MaplRebuild.cell()


     * @param maplist
     * @param path 路径
     */
    public static Object cell(Object maplist, String path){
        MaplRebuild mr = new MaplRebuild(maplist);
        return mr.cell(path);
    }

    // ------------------------------------------------------------------

    /**
 
View Full Code Here


     * @param path
     *            路径
     */
    public static Object cell(Object maplist, String path) {
        MaplRebuild mr = new MaplRebuild(maplist);
        return mr.cell(path);
    }

    // ------------------------------------------------------------------

    /**
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.