类 IdentifiedFloatValue


  • public final class IdentifiedFloatValue
    extends SpecificFloatValue
    This FloatValue represents a float value that is identified by a unique ID.
    • 构造器详细资料

      • IdentifiedFloatValue

        public IdentifiedFloatValue​(ValueFactory valuefactory,
                                    int id)
        Creates a new float value with the given ID.
    • 方法详细资料

      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object