fr.paris.lutece.util.sort
Class AttributeComparator
java.lang.Object
fr.paris.lutece.util.sort.AttributeComparator
- All Implemented Interfaces:
- Comparator<Object>
public class AttributeComparator
- extends Object
- implements Comparator<Object>
This class provide Attribute Comparator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeComparator
public AttributeComparator(String strSortedAttribute,
boolean bIsASC)
- Constructor
- Parameters:
strSortedAttribute
- the name of the attribute on which the sort will be madebIsASC
- true for the ASC order, false for the DESC order
AttributeComparator
public AttributeComparator(String strSortedAttribute)
- Constructor
- Parameters:
strSortedAttribute
- the name of the attribute on which the sort will be made
compare
public int compare(Object o1,
Object o2)
- Compare two objects o1 and o2.
- Specified by:
compare
in interface Comparator<Object>
- Parameters:
o1
- Objecto2
- Object
- Returns:
- < 0 if o1 is before o2 in the alphabetical order 0 if o1 equals o2 > 0 if o1 is after o2
Copyright © 2014 Mairie de Paris. All Rights Reserved.