org.wso2.carbon.rest.api
Class APIDataSorter

java.lang.Object
  extended by org.wso2.carbon.rest.api.APIDataSorter
All Implemented Interfaces:
Comparator<APIData>

public class APIDataSorter
extends Object
implements Comparator<APIData>


Constructor Summary
APIDataSorter()
           
 
Method Summary
 int compare(APIData apiData1, APIData apiData2)
           
 
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
 

Constructor Detail

APIDataSorter

public APIDataSorter()
Method Detail

compare

public int compare(APIData apiData1,
                   APIData apiData2)
Specified by:
compare in interface Comparator<APIData>


Copyright © 2015 WSO2. All rights reserved.