|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.kernel.search.WeightedWord
public class WeightedWord
| Constructor Summary | |
|---|---|
WeightedWord(java.lang.String word,
float weight)
|
|
| Method Summary | |
|---|---|
int |
compareTo(WeightedWord weightedWord)
|
float |
getWeight()
|
java.lang.String |
getWord()
|
void |
setWeight(float weight)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WeightedWord(java.lang.String word,
float weight)
| Method Detail |
|---|
public int compareTo(WeightedWord weightedWord)
compareTo in interface java.lang.Comparable<WeightedWord>public float getWeight()
public java.lang.String getWord()
public void setWeight(float weight)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||