org.garret.jsql
Interface TTree.Processor

Enclosing interface:
TTree

public static interface TTree.Processor

Interface for class processing elements of T-Tree during tree traversal


Method Summary
 void process(java.lang.Object o)
           
 

Method Detail

process

public void process(java.lang.Object o)