All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xbib.datastructures.json.simple.ContainerFactory Maven / Gradle / Ivy

package org.xbib.datastructures.json.simple;

import java.util.List;
import java.util.Map;

@SuppressWarnings({"rawtypes"})
public interface ContainerFactory {

    Map createObjectContainer();

    List createArrayContainer();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy