Package

org.isarnproject.collections.mixmaps.ordered

tree

Permalink

package tree

Visibility
  1. Public
  2. All

Type Members

  1. trait DataMap[K, +V] extends Data[K]

    Permalink

    Trees that back a map-like object have a value as well as a key

  2. trait INodeMap[K, +V] extends NodeMap[K, V] with INode[K]

    Permalink
  3. trait LNodeMap[K, +V] extends NodeMap[K, V] with LNode[K]

    Permalink
  4. trait NodeMap[K, +V] extends Node[K]

    Permalink

    Base class of ordered K/V tree node

    Base class of ordered K/V tree node

    K

    The key type

    V

    The value type

Ungrouped