Lines Matching defs:doubleValue
448 public static double constructBase(double doubleValue, Object objectValue) { in constructBase()
480 public static double constructBase(int intValue, double doubleValue, Object objectValue) { in constructBase()
507 public static double constructBaseWith0DoubleNull(double doubleValue) { in constructBaseWith0DoubleNull()
531 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructBase()
557 public static double constructBase(double doubleValue) { in constructBase()
716 public static double constructDerived(double doubleValue) { in constructDerived()
758 public static double constructDerived(int intValue, double doubleValue, Object objectValue) { in constructDerived()
782 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructDerived()
842 int intValue, double doubleValue, Object objectValue, float floatValue) { in constructDerived()
977 public static double constructDerivedWithFinalField(double doubleValue) { in constructDerivedWithFinalField()
1023 public static double constructDerivedWithFinalField(int intValue, double doubleValue) { in constructDerivedWithFinalField()