T9
T9 Trie Word Completion Algorithm
t9.trie.TrieBuilderTest Class Reference
Collaboration diagram for t9.trie.TrieBuilderTest:

List of all members.

Public Member Functions

void testTrieBuilder ()
void testAddLetter ()

Static Package Attributes

static final Pair[] A_words

Detailed Description

TrieBuilderTest Sep 4, 2013

Author:
Ian Kaplan, iank@bearcave.com

Definition at line 25 of file TrieBuilderTest.java.


Member Function Documentation

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.


Member Data Documentation

final Pair [] t9.trie.TrieBuilderTest.A_words [static, package]

Definition at line 27 of file TrieBuilderTest.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables