Class NoUidTimeline

  • All Implemented Interfaces:
    Bundleable

    public class NoUidTimeline
    extends ForwardingTimeline
    A timeline which wraps another timeline and overrides all window and period uids to 0. This is useful for testing timeline equality without taking uids into account.
    • Constructor Detail

      • NoUidTimeline

        public NoUidTimeline​(Timeline timeline)
        Creates an instance.
        Parameters:
        timeline - The underlying timeline.