Class IndexerClassNameModelResourceComparator
java.lang.Object
com.liferay.portal.search.web.util.comparator.IndexerClassNameModelResourceComparator
- All Implemented Interfaces:
Comparator<com.liferay.portal.kernel.search.Indexer<?>>
public class IndexerClassNameModelResourceComparator
extends Object
implements Comparator<com.liferay.portal.kernel.search.Indexer<?>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(com.liferay.portal.kernel.search.Indexer<?> indexer1, com.liferay.portal.kernel.search.Indexer<?> indexer2) boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
IndexerClassNameModelResourceComparator
-
-
Method Details
-
compare
public int compare(com.liferay.portal.kernel.search.Indexer<?> indexer1, com.liferay.portal.kernel.search.Indexer<?> indexer2) - Specified by:
compare
in interfaceComparator<com.liferay.portal.kernel.search.Indexer<?>>
-
isAscending
public boolean isAscending()
-