Class STreeList<T>

java.lang.Object
swim.collections.STreeContext<T>
swim.collections.STreeList<T>
All Implemented Interfaces:
Cloneable, Iterable<T>, Collection<T>, List<T>, Debug, KeyedList<T>

public class STreeList<T> extends STreeContext<T> implements KeyedList<T>, Cloneable, Debug
Mutable, thread-safe KeyedList backed by an S-Tree.