Searched defs:doubleProperty (Results 1 – 1 of 1) sorted by relevance
443 public abstract double doubleProperty(); in doubleProperty() method in AutoValueTest.DoubleProperty445 public static DoubleProperty create(double doubleProperty) { in create()453 DoubleProperty doubleProperty = DoubleProperty.create(doubleValue); in testDoubleHashCode() local