Class TimeValues.ConstValue

  • All Implemented Interfaces:
    ITimeValue
    Enclosing class:
    TimeValues

    public static final class TimeValues.ConstValue
    extends java.lang.Object
    implements ITimeValue
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float output  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConstValue​(float output)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float apply​(float input)  
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • output

        private final float output
    • Constructor Detail

      • ConstValue

        public ConstValue​(float output)
    • Method Detail

      • apply

        public float apply​(float input)
        Specified by:
        apply in interface ITimeValue
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object