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

aQute.libg.sed.Domain Maven / Gradle / Ivy

The newest version!
package aQute.libg.sed;

import java.util.Map;

public interface Domain {
	Map getMap();

	Domain getParent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy