Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • swim.collections.BTreeContext<K,​V>
      • swim.collections.BTree<K,​V> (implements swim.codec.Debug, swim.util.OrderedMap<K,​V>)
      • swim.collections.BTreeMap<K,​V,​U> (implements java.lang.Cloneable, swim.codec.Debug, swim.util.ReducedMap<K,​V,​U>)
    • swim.collections.BTreePage<K,​V,​U>
    • swim.collections.FingerTrieSeq<T> (implements swim.codec.Debug, java.util.List<E>)
    • swim.collections.HashTrieMap<K,​V> (implements swim.codec.Debug, java.lang.Iterable<T>, java.util.Map<K,​V>)
    • swim.collections.HashTrieSet<T> (implements swim.codec.Debug, java.util.Set<E>)
    • swim.collections.STreeContext<T>
      • swim.collections.STree<T> (implements java.lang.Cloneable, swim.codec.Debug, swim.util.KeyedList<E>)
      • swim.collections.STreeList<T> (implements java.lang.Cloneable, swim.codec.Debug, swim.util.KeyedList<E>)
    • swim.collections.STreePage<T>