public class ConstantDoubleGetter<T> extends Object implements DoubleGetter<T>, Getter<T,Double>
Constructor and Description |
---|
ConstantDoubleGetter(double value) |
Modifier and Type | Method and Description |
---|---|
Double |
get(T target)
Return the property from the specified object.
|
double |
getDouble(T target) |
public double getDouble(T target)
getDouble
in interface DoubleGetter<T>
Copyright © 2019. All rights reserved.