Searched defs:floatValue (Results 1 – 5 of 5) sorted by relevance
51 public Derived(float floatValue) { in Derived()56 public Derived(int intValue, double doubleValue, Object objectValue, float floatValue) { in Derived()
38 float[] floatValue() default {}; in floatValue() method
134 final float floatValue = 3.14159f; in storeValues() local
831 public static double constructDerived(float floatValue) { in constructDerived()866 int intValue, double doubleValue, Object objectValue, float floatValue) { in constructDerived()
532 float floatValue = value instanceof Float ? ((Float) value).floatValue() : -1.0f; in tryAccessor() local