| |
|
| java.lang.Object jdbm.HashtableTest
HashtableTest | public class HashtableTest (Code) | | Test case provided by Daniel Herlemont to demonstrate a bug in
HashDirectory. The returned Enumeration got into an infinite loop
on the same key/val pair.
version: $Id: HashtableTest.java,v 1.6 2005/06/25 23:12:32 doomdark Exp $ |
doCommands | protected void doCommands() throws IOException(Code) | | Execute commands specified on command-line
|
enumerate | protected void enumerate() throws IOException(Code) | | Enumerate keys and objects found in HTree
|
init | protected void init() throws IOException(Code) | | Initialize RecordManager and HTree
|
main | public static void main(String[] args)(Code) | | Static program entrypoint
|
parseArgs | protected void parseArgs(String args)(Code) | | Parse command-line arguments
|
populate | protected void populate() throws IOException(Code) | | Populate HTree with some data
|
|
|
|