OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BoundedTreeSet
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
BoundedTreeSet.java
28
public final class
BoundedTreeSet
extends TreeSet<SuggestedWordInfo> {
30
public
BoundedTreeSet
(final Comparator<SuggestedWordInfo> comparator, final int capacity) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java
32
import com.android.inputmethod.latin.utils.
BoundedTreeSet
;
242
final
BoundedTreeSet
suggestionsSet = new
BoundedTreeSet
(sSuggestedWordInfoComparator,
363
final
BoundedTreeSet
suggestionsSet = new
BoundedTreeSet
(sSuggestedWordInfoComparator,
Completed in 27 milliseconds