com.stripe

bonsai

package bonsai

Visibility
  1. Public
  2. All

Type Members

  1. class FullBinaryTree[A, B] extends AnyRef

    This type represents a binary tree, where each branch is guaranteed to have two children (i.

  2. trait FullBinaryTreeOps[T, BL, LL] extends TreeOps[T, Either[BL, LL]]

  3. final class IndexedBitSet extends AnyRef

    IndexedBitSet is an immutable set for storing non-negative integer values.

  4. class IndexedBitSetBuilder extends Builder[Boolean, IndexedBitSet]

    This class is used to construct an IndexedBitSet.

  5. trait Layout[A] extends AnyRef

  6. trait LayoutLow extends AnyRef

  7. class Tree[A] extends AnyRef

    A succinct data structure for representing k-ary trees with arbitrary data attached to each node.

  8. trait TreeOps[Tree, Label] extends AnyRef

    TreeOps is a type class for abstracting over arbitrary trees, allowing traversal and data access.

Value Members

  1. object FullBinaryTree

  2. object FullBinaryTreeOps

  3. object IndexedBitSet

  4. object Layout extends LayoutLow

  5. object Tree

  6. object TreeOps

  7. package layout

Ungrouped