
com.github.phantomthief.model.builder.util.MergeUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of model-view-builder Show documentation
Show all versions of model-view-builder Show documentation
A hierarchy model builder with view mapper
The newest version!
package com.github.phantomthief.model.builder.util;
import java.util.Map;
import java.util.Set;
/**
* @author w.vela
*/
public final class MergeUtils {
private MergeUtils() {
throw new UnsupportedOperationException();
}
public static Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy