Class BTreeMap<K,V,U>

java.lang.Object
swim.collections.BTreeContext<K,V>
swim.collections.BTreeMap<K,V,U>
All Implemented Interfaces:
Cloneable, Iterable<Map.Entry<K,V>>, Map<K,V>, SortedMap<K,V>, Debug, IterableMap<K,V>, OrderedMap<K,V>, ReducedMap<K,V,U>

public class BTreeMap<K,V,U> extends BTreeContext<K,V> implements ReducedMap<K,V,U>, Cloneable, Debug
Mutable, thread-safe Map backed by a B-tree.