|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The class of candidates.public interface CandidateProvider<T>
Interface providing candidates for any potential use. The Collection
of candidates could be server to connect to, for example.
| Method Summary | |
|---|---|
T |
getCandidate()
Accessor for a single candidate. |
Collection<T> |
getCandidates()
Accessor for the Collection of candidates for the task at hand. |
| Method Detail |
|---|
Collection<T> getCandidates()
Collection of candidates for the task at hand.
Collection of candidates for the task at hand.T getCandidate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||