I need an IntervalTree or RangeTree implementation in Java, and am having trouble finding one with working deletion support.
There\'s a built-in one at sun.jvm.hotspot.u
This project has a RangeTree implementation that might be of more use to you. The sun packages might be ok for quick-and-dirty use, but I would not recommend building anything important relying on them. Sun may not keep them stable.