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 TypeMethodDescriptionintcompare(TestScheduler.TimedAction action1, TestScheduler.TimedAction action2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
CompareActionsByTime
CompareActionsByTime()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<TestScheduler.TimedAction>
-