protected static class ValueFactoryFactory.DoubleValueFactory extends ValueFactory<Double>
| Modifier and Type | Field and Description |
|---|---|
static ValueFactoryFactory.DoubleValueFactory |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
DoubleValueFactory() |
| Modifier and Type | Method and Description |
|---|---|
Value<Double> |
newValue()
Creates a value, which is "silently" set to the zero value.
|
Value<Double> |
newValue(Number value)
Creates a value, which is "vocally" set to the specified value.
|
Value<Double> |
newValue(String value)
Creates a value, which is "vocally" set to the specified value.
|
Vector<Double> |
newVector(int capacity) |
public static final ValueFactoryFactory.DoubleValueFactory INSTANCE
public Value<Double> newValue()
ValueFactoryCreates a value, which is "silently" set to the zero value.
newValue in class ValueFactory<Double>public Value<Double> newValue(Number value)
ValueFactoryCreates a value, which is "vocally" set to the specified value.
newValue in class ValueFactory<Double>public Value<Double> newValue(String value)
ValueFactoryCreates a value, which is "vocally" set to the specified value.
newValue in class ValueFactory<Double>public Vector<Double> newVector(int capacity)
newVector in class ValueFactory<Double>Copyright © 2019. All rights reserved.