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