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