Searched refs:Suggestion (Results 1 - 2 of 2) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DSuggestion.java30 public class Suggestion { class
45 public Suggestion(String name) { method in class:Suggestion
H A DSearchHelper.java340 public List<Suggestion> getSuggestions() {
342 return new ArrayList<Suggestion>(0);
359 List<Suggestion> res = new ArrayList<Suggestion>();
367 Suggestion s = new Suggestion(spellIndex[idx].getName());

Completed in 11 milliseconds