edu.isi.nlp.files.AbstractImmutableKeyValueSource Maven / Gradle / Ivy
The newest version!
package edu.isi.nlp.files;
/**
* Convenience class for implementing the {@link ImmutableKeyValueSource} interface. Currently it
* doesn't do anything useful, but it might someday.
*
* See {@link KeyValueSource} for general documentation of the key-value classes.
*
* @author Constantine Lignos, Ryan Gabbard
*/
public abstract class AbstractImmutableKeyValueSource extends AbstractKeyValueSource
implements ImmutableKeyValueSource {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy