public class RadixTrieTest
extends java.lang.Object
Constructor and Description |
---|
RadixTrieTest() |
Modifier and Type | Method and Description |
---|---|
void |
testAddWithBranchFindPrefix() |
void |
testMultipleHits() |
void |
testMultipleHits2() |
void |
testReverseMatching() |
void |
testSimpleAddFindPrefix() |
void |
testSimpleAddSimpleGet() |
void |
testZeroLengthToken() |
public void testSimpleAddSimpleGet()
public void testSimpleAddFindPrefix()
public void testAddWithBranchFindPrefix()
public void testZeroLengthToken()
public void testMultipleHits()
public void testMultipleHits2()
public void testReverseMatching()