Package rx.schedulers
Class TestScheduler.CompareActionsByTime
java.lang.Object
rx.schedulers.TestScheduler.CompareActionsByTime
- All Implemented Interfaces:
Comparator<TestScheduler.TimedAction>
- Enclosing class:
TestScheduler
static final class TestScheduler.CompareActionsByTime
extends Object
implements Comparator<TestScheduler.TimedAction>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(TestScheduler.TimedAction action1, TestScheduler.TimedAction action2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
CompareActionsByTime
CompareActionsByTime()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<TestScheduler.TimedAction>
-