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
Constructors Constructor Description IntentComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(Intent i1, Intent i2)
-
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
-
-
-
-
Method Detail
-
compare
public int compare(Intent i1, Intent i2)
- Specified by:
compare
in interfaceComparator<Intent>
-
-