Package com.stimulsoft.report.dictionary
Class StiDataSort
java.lang.Object
com.stimulsoft.report.dictionary.StiDataSort
- All Implemented Interfaces:
Comparator<DataRow>
Copyright Stimulsoft
-
Constructor Summary
ConstructorsConstructorDescriptionStiDataSort(Hashtable<DataRow, Integer> rowToConditions, Object[][][] conditions, List<StiSort> sortColumns, StiDataSource dataSource) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidClear()intstatic intCompareValues(Object value1, Object value2) static intCompareValues(Object value1, Object value2, StiSort.Order order) 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
-
StiDataSort
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<DataRow>
-
CompareValues
-
CompareValues
-
Clear
public final void Clear()
-