Package uk.ac.cam.ch.wwmm.opsin
Class RadixTrieTest
- java.lang.Object
-
- uk.ac.cam.ch.wwmm.opsin.RadixTrieTest
-
public class RadixTrieTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RadixTrieTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAddWithBranchFindPrefix()
void
testMultipleHits()
void
testMultipleHits2()
void
testReverseMatching()
void
testSimpleAddFindPrefix()
void
testSimpleAddSimpleGet()
void
testZeroLengthToken()
-
-
-
Method Detail
-
testSimpleAddSimpleGet
public void testSimpleAddSimpleGet()
-
testSimpleAddFindPrefix
public void testSimpleAddFindPrefix()
-
testAddWithBranchFindPrefix
public void testAddWithBranchFindPrefix()
-
testZeroLengthToken
public void testZeroLengthToken()
-
testMultipleHits
public void testMultipleHits()
-
testMultipleHits2
public void testMultipleHits2()
-
testReverseMatching
public void testReverseMatching()
-
-