Package org.vertx.groovy.core.impl

Examples of org.vertx.groovy.core.impl.DefaultMultiMap


public class GMultiMap implements MultiMap {

    private final MultiMap impl;

    public GMultiMap(org.vertx.java.core.MultiMap base) {
        this.impl = new DefaultMultiMap(base);
    }
View Full Code Here

TOP

Related Classes of org.vertx.groovy.core.impl.DefaultMultiMap

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.