test.heapfile
Class TestHeapFile

java.lang.Object
  extended by test.heapfile.TestHeapFile

public class TestHeapFile
extends java.lang.Object

A class that tests the HeapFile. We could define our own Key and Data. But here we use the pre-defined IntKey and StringData.

Author:
Donghui Zhang <donghui@ccs.neu.edu>

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

Constructor Detail

TestHeapFile

public TestHeapFile()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException