Package iitb.con.indexing.isam

Class Summary
ISAMTree<K extends Comparable<K>> ISAMTree is index structure to index the instances based on their attribute.
LeafNode<T extends Comparable<T>> Leaf Node of the index tree.
NonLeafNode Non-Leaf Node of the index tree.