Class LeafNode

  • All Implemented Interfaces:
    Node

    public class LeafNode
    extends Object
    implements Node
    • Constructor Detail

    • Method Detail

      • currentTimeIs

        public boolean currentTimeIs​(long time)
        Check whether the current time equals the given time.
        Parameters:
        time - the given time
        Returns:
        True if the current time equals the given time. False if not.
      • currentValue

        public Object currentValue()
        Function for getting the value at the given time.