org.javimmutable.collections.util
Class RandomLoop

java.lang.Object
  extended by 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.


Constructor Summary
RandomLoop()
           
 
Method Summary
 void execute(String[] filenames)
           
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomLoop

public RandomLoop()
Method Detail

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.