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