T9
T9 Trie Word Completion Algorithm
|
Public Member Functions | |
void | testTrieBuilder () |
void | testAddLetter () |
Static Package Attributes | |
static final Pair[] | A_words |
TrieBuilderTest Sep 4, 2013
Definition at line 25 of file TrieBuilderTest.java.
void t9.trie.TrieBuilderTest.testAddLetter | ( | ) |
Test that the Trie properly handles repeated characters.
Definition at line 96 of file TrieBuilderTest.java.
void t9.trie.TrieBuilderTest.testTrieBuilder | ( | ) |
Test that the tree can be constructed and that it contains the expected elements
Definition at line 81 of file TrieBuilderTest.java.
final Pair [] t9.trie.TrieBuilderTest.A_words [static, package] |
Definition at line 27 of file TrieBuilderTest.java.