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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RadixTrieTest
public RadixTrieTest()
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()