org.hibernate.search.query.collector.impl
Class FacetCollector.FacetEntryComparator
java.lang.Object
org.hibernate.search.query.collector.impl.FacetCollector.FacetEntryComparator
- All Implemented Interfaces:
- Serializable, Comparator<Map.Entry<String,Integer>>
- Enclosing class:
- FacetCollector
public static class FacetCollector.FacetEntryComparator
- extends Object
- implements Comparator<Map.Entry<String,Integer>>, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacetCollector.FacetEntryComparator
public FacetCollector.FacetEntryComparator(FacetSortOrder sortOrder)
compare
public int compare(Map.Entry<String,Integer> entry1,
Map.Entry<String,Integer> entry2)
- Specified by:
compare
in interface Comparator<Map.Entry<String,Integer>>
Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved