Home | History | Annotate | Download | only in impl

Lines Matching refs:MatchInfo

202     public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) {
207 Collection<MatchInfo> matches;
247 private Collection<MatchInfo> doFind(NameSearchHandler handler, CharSequence text, int start) {
523 private Collection<MatchInfo> _matches;
540 MatchInfo minfo;
542 minfo = new MatchInfo(ninfo.type, ninfo.tzID, null, matchLength);
545 minfo = new MatchInfo(ninfo.type, null, ninfo.mzID, matchLength);
548 _matches = new LinkedList<MatchInfo>();
562 public Collection<MatchInfo> getMatches() {