Class LoanComparatorByStatusActive

java.lang.Object
org.apache.fineract.infrastructure.bulkimport.populator.comparator.LoanComparatorByStatusActive
All Implemented Interfaces:
Serializable, Comparator<LoanAccountData>

public class LoanComparatorByStatusActive extends Object implements Comparator<LoanAccountData>, Serializable
Sorting the loan values based on loan status giving priority to active loans
See Also: