| org.hsqldb.test.TestHashStructures
TestHashStructures | public class TestHashStructures extends TestCase (Code) | | author: fredt@users |
Method Summary | |
void | clearByIntIterator(java.util.HashMap uMap, org.hsqldb.lib.IntKeyHashMap hIntMap) | void | compareByHIterator(java.util.HashMap uMap, org.hsqldb.lib.HashMap hMap) | void | compareByHIteratorInt(java.util.HashMap uMap, org.hsqldb.lib.IntKeyHashMap hMap) | void | compareByHIteratorInt(DoubleIntIndex intLookup, org.hsqldb.lib.IntKeyHashMap hMap) | void | compareByUIterator(java.util.HashMap uMap, org.hsqldb.lib.HashMap hMap) | void | compareByUIteratorInt(java.util.HashMap uMap, org.hsqldb.lib.IntKeyHashMap hMap) | void | depopulateByIntIterator(java.util.HashMap uMap, org.hsqldb.lib.IntKeyHashMap hIntMap, int testCount) | void | depopulateByIterator(java.util.HashMap uMap, org.hsqldb.lib.HashMap hMap, int testCount) | void | depopulateRandomly(java.util.HashMap uMap, org.hsqldb.lib.HashMap hMap, int testCount) | int[] | getSampleIntArray(org.hsqldb.lib.DoubleIntIndex index, int size) | public static void | main(String[] argv) | int | nextIntRandom(Random r, int range) | void | populateByRandomIntKeys(java.util.HashMap uMap, org.hsqldb.lib.HashMap hMap, int testSize) | void | populateByRandomIntKeysInt(DoubleIntIndex intLookup, org.hsqldb.lib.IntKeyHashMap hMap, int testSize) | void | populateByRandomIntKeysInt(java.util.HashMap uMap, org.hsqldb.lib.IntKeyHashMap hMap, int testSize) | void | populateBySerialIntKeys(java.util.HashMap uMap, org.hsqldb.lib.HashMap hMap, int testSize) | void | populateBySerialIntKeysInt(java.util.HashMap uMap, org.hsqldb.lib.IntKeyHashMap hMap, int testSize) | void | populateBySerialIntKeysInt(DoubleIntIndex intLookup, org.hsqldb.lib.IntKeyHashMap hMap, int testSize) | public void | testDoubleIntLookup() | public void | testDoubleIntSpeed() | public void | testHashMap() | public void | testHashMappedList() | public void | testIntKeyHashMap() |
testDoubleIntLookup | public void testDoubleIntLookup() throws Exception(Code) | | |
|
|