Liferay 6.2-ce-ga5

com.liferay.portal.search
Class DefaultCollatorImpl

java.lang.Object
  extended by com.liferay.portal.search.DefaultCollatorImpl
All Implemented Interfaces:
Collator

public class DefaultCollatorImpl
extends Object
implements Collator


Constructor Summary
DefaultCollatorImpl()
           
 
Method Summary
 String collate(Map<String,List<String>> suggestionsMap, List<String> tokens)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCollatorImpl

public DefaultCollatorImpl()
Method Detail

collate

public String collate(Map<String,List<String>> suggestionsMap,
                      List<String> tokens)
Specified by:
collate in interface Collator

Liferay 6.2-ce-ga5