Package com.axway.apim.appexport.lib
Class APIAccessComparator
- java.lang.Object
-
- com.axway.apim.appexport.lib.APIAccessComparator
-
- All Implemented Interfaces:
Comparator<com.axway.apim.api.model.APIAccess>
public class APIAccessComparator extends Object implements Comparator<com.axway.apim.api.model.APIAccess>
-
-
Constructor Summary
Constructors Constructor Description APIAccessComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(com.axway.apim.api.model.APIAccess apiAccess1, com.axway.apim.api.model.APIAccess apiAccess2)-
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(com.axway.apim.api.model.APIAccess apiAccess1, com.axway.apim.api.model.APIAccess apiAccess2)- Specified by:
comparein interfaceComparator<com.axway.apim.api.model.APIAccess>
-
-