Class TrampolineScheduler.TimedRunnable
- java.lang.Object
-
- io.reactivex.rxjava3.internal.schedulers.TrampolineScheduler.TimedRunnable
-
- All Implemented Interfaces:
java.lang.Comparable<TrampolineScheduler.TimedRunnable>
- Enclosing class:
- TrampolineScheduler
static final class TrampolineScheduler.TimedRunnable extends java.lang.Object implements java.lang.Comparable<TrampolineScheduler.TimedRunnable>
-
-
Constructor Summary
Constructors Constructor Description TimedRunnable(java.lang.Runnable run, java.lang.Long execTime, int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(TrampolineScheduler.TimedRunnable that)
-
-
-
Method Detail
-
compareTo
public int compareTo(TrampolineScheduler.TimedRunnable that)
- Specified by:
compareTo
in interfacejava.lang.Comparable<TrampolineScheduler.TimedRunnable>
-
-