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

com.daredayo.util.propagation.Element Maven / Gradle / Ivy

package com.daredayo.util.propagation;

public interface Element {
	
	public void set(T set);
	public T get();
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy