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

edu.isi.nlp.files.ImmutableKeyValueSource Maven / Gradle / Ivy

The newest version!
package edu.isi.nlp.files;

/**
 * An immutable {@link KeyValueSource}. It is guaranteed that for a given instance, neither the keys
 * nor their corresponding values will change if the backing source is not modified. However, all
 * behavior is undefined if the backing source is modified.
 *
 * @author Constantine Lignos, Ryan Gabbard
 */
public interface ImmutableKeyValueSource extends KeyValueSource {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy