edu.indiana.iucbrf.examples.classifier
Class BTreeTest

java.lang.Object
  extended by edu.indiana.iucbrf.examples.classifier.BTreeTest

public class BTreeTest
extends java.lang.Object

Tests the functionality of a BTree.


Constructor Summary
BTreeTest()
          Creates a new instance of BTreeTest
 
Method Summary
static void main(java.lang.String[] args)
           
static void printAllItems(iglu.util.FileBTree fbt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BTreeTest

public BTreeTest()
Creates a new instance of BTreeTest

Method Detail

main

public static void main(java.lang.String[] args)

printAllItems

public static void printAllItems(iglu.util.FileBTree fbt)