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

prompto.intrinsic.IMutable Maven / Gradle / Ivy

The newest version!
package prompto.intrinsic;

public interface IMutable {

	boolean isMutable();
	void setMutable(boolean set);
	void checkMutable();
	void checkImmutable();
	IMutable toMutable();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy