Module java.base

Interface RunnableScheduledFuture<V>

    • Method Detail

      • isPeriodic

        boolean isPeriodic()
        Returns true if this task is periodic. A periodic task may re-run according to some schedule. A non-periodic task can be run only once.
        Returns:
        true if this task is periodic