ucar.nc2.ft.point.collection.UpdateableCollection Maven / Gradle / Ivy
package ucar.nc2.ft.point.collection;
/**
* Mixin for update() method.
*
* @author caron
* @since Nov 22, 2010
*/
public interface UpdateableCollection {
void update();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy