Class STree

  • All Implemented Interfaces:
    Cloneable

    public class STree
    extends Object
    implements Cloneable
    Self balancing search tree using skip list like logic This has similar performance similar to a B+/-Tree, but with fewer updates.