Class ValueFactoryFactory.DoubleValueFactory

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DoubleValueFactory()  
    • Method Summary

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

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

      • DoubleValueFactory

        protected DoubleValueFactory()
    • Method Detail

      • newValue

        public Value<java.lang.Double> 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.Double>
      • newValue

        public Value<java.lang.Double> 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.Double>
      • newValue

        public Value<java.lang.Double> 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.Double>
      • newVector

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