Package com.logicaldoc.core.document
Class DocumentComparator
java.lang.Object
com.logicaldoc.core.document.DocumentComparator
- All Implemented Interfaces:
- Comparator<AbstractDocument>
Comparators to sort documents with different options
- Since:
- 7.6.1
- Author:
- Marco Meschieri - LogicalDOC
- 
Method SummaryModifier and TypeMethodDescriptionstatic Comparator<AbstractDocument> getComparator(String sort) static Comparator<AbstractDocument> getComparator(List<DocumentComparator> multipleOptions) Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparatorcompare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Method Details- 
getComparator
- 
getComparator
 
-