com.ecyrd.jspwiki
Class SearchResultComparator

java.lang.Object
  |
  +--com.ecyrd.jspwiki.SearchResultComparator
All Implemented Interfaces:
java.util.Comparator

public class SearchResultComparator
extends java.lang.Object
implements java.util.Comparator

Simple class that decides which search results are more important than others.


Constructor Summary
SearchResultComparator()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
          Compares two SearchResult objects, returning the one that scored higher.
 
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
 

Constructor Detail

SearchResultComparator

public SearchResultComparator()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Compares two SearchResult objects, returning the one that scored higher.

Specified by:
compare in interface java.util.Comparator