Constructor and Description |
---|
TrieMapTest() |
public void testConstructor()
public void testMapConstructor()
public void testMapConstructorNull()
public void testPut()
public void testPutNullKey()
public void testPutNullValue()
public void testPutEmptyString()
public void testPutDifferentFirstChars()
public void testPutConflict()
public void testPutSubstringOfKey()
public void testPutKeyIsLonger()
public void testPutKeyIsLongerByOne()
public void testPutKeysLongerByOne()
public void testPutKeysShorterByOne()
public void testPutKeysDiverge()
public void testPutKeysConflictAndDiverge()
public void testPutWithSubstringAndDiverge()
public void testPutKeysReverseOrdering()
public void testPutStringKeysRandomOrder()
public void testPutLotsOfRandomPrefixes()
public void testPutLotsOfOrderedPrefixes()
public void testPutNumberKeysRandomOrder()
public void testUnknown()
public void testContainsKey()
public void testContainsKeyFalse()
public void testContainsValue()
public void testContainsValueFalse()
public void testKeySet()
public void testEntrySetValue()
public void testEntrySetNullValue()
public void testKeyIterator()
public void testValueIterator()
public void testIteratorHasNext()
public void testIteratorNextError()
public void testEmptyTrieIteratorNextError()
public void testIteratorRemove()
public void testIteratorRemoveTwice()
public void testRemove()
public void testRemoveEmptyString()
public void testRemoveIntermediate()
public void testRemoveTerminal()
public void testMultipleRemoves()
public void testSize()
public void testSizeLotsOfPrefixes()
public void testSizeLotsOfRandomPrefixes()
public void testIsEmpty()
public void testClear()
public void testOrder()
Copyright © 2012. All Rights Reserved.