Class ValueFactoryFactory.FloatValueFactory

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FloatValueFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Value<java.lang.Float> newValue()
      Creates a value, which is "silently" set to the zero value.
      Value<java.lang.Float> newValue​(java.lang.Number value)
      Creates a value, which is "vocally" set to the specified value.
      Value<java.lang.Float> newValue​(java.lang.String value)
      Creates a value, which is "vocally" set to the specified value.
      Vector<java.lang.Float> newVector​(int capacity)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FloatValueFactory

        protected FloatValueFactory()
    • Method Detail

      • newValue

        public Value<java.lang.Float> newValue()
        Description copied from class: ValueFactory

        Creates a value, which is "silently" set to the zero value.

        Specified by:
        newValue in class ValueFactory<java.lang.Float>
      • newValue

        public Value<java.lang.Float> newValue​(java.lang.Number value)
        Description copied from class: ValueFactory

        Creates a value, which is "vocally" set to the specified value.

        Specified by:
        newValue in class ValueFactory<java.lang.Float>
      • newValue

        public Value<java.lang.Float> newValue​(java.lang.String value)
        Description copied from class: ValueFactory

        Creates a value, which is "vocally" set to the specified value.

        Specified by:
        newValue in class ValueFactory<java.lang.Float>
      • newVector

        public Vector<java.lang.Float> newVector​(int capacity)
        Specified by:
        newVector in class ValueFactory<java.lang.Float>