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

net.objectlab.kit.collections.SetLoader Maven / Gradle / Ivy

/**
 *
 */
package net.objectlab.kit.collections;

/**
 * Whenever the set needs to be reloaded, it will call the loader.
 *
 */
public interface SetLoader {
    void load(SetBuilder builder);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy