protected static class ReportingValueFactoryFactory.ReportingFloatValueFactory extends ReportingValueFactory<Float>
| Modifier | Constructor and Description |
|---|---|
protected |
ReportingFloatValueFactory(ReportFactory reportFactory) |
| Modifier and Type | Method and Description |
|---|---|
Value<Float> |
newValue() |
Value<Float> |
newValue(Number value) |
Value<Float> |
newValue(String value) |
Vector<Float> |
newVector(int capacity) |
getReportFactory, newReportprotected ReportingFloatValueFactory(ReportFactory reportFactory)
public Value<Float> newValue()
newValue in class ValueFactory<Float>public Value<Float> newValue(Number value)
newValue in class ValueFactory<Float>public Value<Float> newValue(String value)
newValue in class ValueFactory<Float>public Vector<Float> newVector(int capacity)
newVector in class ValueFactory<Float>Copyright © 2020. All rights reserved.