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

au.csiro.ontology.input.MapView Maven / Gradle / Ivy

The newest version!
package au.csiro.ontology.input;

import java.util.Map;

public interface MapView {

    public Map toMap();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy