Searched refs:possibleMatchesAfter (Results 1 – 1 of 1) sorted by relevance
29 private Set<CharSequence> possibleMatchesAfter; field in SimpleDictionary136 possibleMatchesAfter.remove(firstMatch); in next()137 possibleMatchesBefore = possibleMatchesAfter; in next()150 if (possibleMatchesAfter.size() == 0) { in next()154 possibleMatchesBefore = possibleMatchesAfter; in next()185 possibleMatchesAfter = new TreeSet<CharSequence>(); in filterToStartsWith()191 possibleMatchesAfter.add(item); in filterToStartsWith()