com.liferay.portal.kernel.search
Class WeightedWord
java.lang.Object
com.liferay.portal.kernel.search.WeightedWord
- All Implemented Interfaces:
- Comparable<WeightedWord>
public class WeightedWord
- extends Object
- implements Comparable<WeightedWord>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeightedWord
public WeightedWord(String word,
float weight)
compareTo
public int compareTo(WeightedWord weightedWord)
- Specified by:
compareTo
in interface Comparable<WeightedWord>
getWeight
public float getWeight()
getWord
public String getWord()
setWeight
public void setWeight(float weight)