/* * This is an interface for setting float values. */ public interface FloatSetter { public void set(float x); }