org.hibernate.search.query.collector.impl
public static class FacetCollector.FacetEntryComparator extends Object implements Comparator<Map.Entry<String,org.hibernate.search.query.collector.impl.FacetCollector.IntegerWrapper>>, Serializable
| Constructor and Description |
|---|
FacetCollector.FacetEntryComparator(FacetSortOrder sortOrder) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Map.Entry<String,org.hibernate.search.query.collector.impl.FacetCollector.IntegerWrapper> entry1,
Map.Entry<String,org.hibernate.search.query.collector.impl.FacetCollector.IntegerWrapper> entry2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic FacetCollector.FacetEntryComparator(FacetSortOrder sortOrder)
public int compare(Map.Entry<String,org.hibernate.search.query.collector.impl.FacetCollector.IntegerWrapper> entry1, Map.Entry<String,org.hibernate.search.query.collector.impl.FacetCollector.IntegerWrapper> entry2)
compare in interface Comparator<Map.Entry<String,org.hibernate.search.query.collector.impl.FacetCollector.IntegerWrapper>>Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved