T - the concrete type of the attribute@Incubating public interface MultipleCandidatesDetails<T>
| Modifier and Type | Method and Description |
|---|---|
void |
closestMatch(T candidate)
Calling this method indicates that the candidate is the closest match.
|
Set<T> |
getCandidateValues()
A set of candidate values.
|
Set<T> getCandidateValues()
void closestMatch(T candidate)
candidate - the closest match