4849505152535455
this.tree = null; } boolean init(FSIndexComparator comp) { boolean rc = super.init(comp); this.tree = new CompIntArrayRBT(this); return rc; }
53545556575859
this.tree = new CompIntArrayRBT(this); return rc; } public void flush() { this.tree = new CompIntArrayRBT(this); }
4950515253545556