Package org.robolectric.shadows
Class ShadowPackageManager.IntentComparator
java.lang.Object
org.robolectric.shadows.ShadowPackageManager.IntentComparator
- All Implemented Interfaces:
Comparator<Intent>
- Enclosing class:
- ShadowPackageManager
public static class ShadowPackageManager.IntentComparator
extends Object
implements Comparator<Intent>
-
Constructor Summary
-
Method Summary
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
-
IntentComparator
public IntentComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Intent>
-