T - the generic typepublic class Suggestion<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
double |
getScore()
Gets the score.
|
T |
getSuggestion()
Gets the suggestion.
|
void |
setScore(double newScore)
Update the score
|
String |
toString() |
public double getScore()
public void setScore(double newScore)
newScore - obviouslypublic T getSuggestion()
Copyright © 2017 Global Crop Diversity Trust. All rights reserved.