xapi.collect.api.PrefixedMap Maven / Gradle / Ivy
package xapi.collect.api;
public interface PrefixedMap extends HasPrefixed {
T get(String key);
void put(String key, T value);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy