org.fugerit.java.dsb.attributes.ServiceMap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of data-service-base Show documentation
Show all versions of data-service-base Show documentation
Simple data resources load/save interface layer.
The newest version!
package org.fugerit.java.dsb.attributes;
public interface ServiceMap {
V get(K key);
void set(K key, V value);
void remove(K key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy