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

com.aggrepoint.utils.linkedtable.INodeMerger Maven / Gradle / Ivy

The newest version!
package com.aggrepoint.utils.linkedtable;

public interface INodeMerger {
	public  T merge(T from, T to);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy