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

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

package aQute.libg.sed;

import java.util.*;

public interface Domain {
	Map getMap();

	Domain getParent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy