public class Float { private final static float f =42.0F; public static float get() { return f; } }