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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
LoanComparatorByStatusActive
public LoanComparatorByStatusActive()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<LoanAccountData>
-