uk.ac.cam.ch.wwmm.opsin
Class RadixTrieTest

java.lang.Object
  extended by uk.ac.cam.ch.wwmm.opsin.RadixTrieTest

public class RadixTrieTest
extends java.lang.Object


Constructor Summary
RadixTrieTest()
           
 
Method Summary
 void testAddWithBranchFindPrefix()
           
 void testMultipleHits()
           
 void testMultipleHits2()
           
 void testReverseMatching()
           
 void testSimpleAddFindPrefix()
           
 void testSimpleAddSimpleGet()
           
 void testZeroLengthToken()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadixTrieTest

public RadixTrieTest()
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()