org.javimmutable.collections.util
Class RandomLoop
java.lang.Object
org.javimmutable.collections.util.RandomLoop
public class RandomLoop
- extends Object
Test program to run an infinite loop feeding data to a PersistentMap, querying the
data, and deleting the data to verify the map always contains what it should.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RandomLoop
public RandomLoop()
execute
public void execute(String[] filenames)
throws Exception
- Throws:
Exception
main
public static void main(String[] argv)
throws Exception
- Throws:
Exception
Copyright © 2014 Burton Computer Corporation. All rights reserved.