de.sciss.collection

txn

package txn

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait DeterministicSkipOctree[S <: Sys[S], D <: Space[D], A] extends SkipOctree[S, D, A]

  2. sealed trait HASkipList[S <: Sys[S], A] extends SkipList[S, A]

  3. trait Iterator[-Tx, +A] extends AnyRef

  4. trait Ordered[-Tx, -A] extends AnyRef

  5. trait Ordering[-Tx, A] extends AnyRef

  6. trait SkipList[S <: Sys[S], A] extends Mutable[S]

  7. trait SkipOctree[S <: Sys[S], D <: Space[D], A] extends Writer with Disposable[Tx]

    A SkipOctree is a multi-dimensional data structure that maps coordinates to values.

  8. sealed trait TotalOrder[S <: Sys[S]] extends Mutable[S]

Value Members

  1. object Ancestor extends AnyRef

  2. object DeterministicSkipOctree extends AnyRef

    A transactional determinstic skip octree as outlined in the paper by Eppstein et al.

  3. object HASkipList extends AnyRef

    A transactional version of the deterministic k-(2k+1) top-down operated skip list as described in T.

  4. object Iterator extends AnyRef

  5. object Ordering extends AnyRef

  6. object SkipList extends AnyRef

  7. object SkipOctree extends AnyRef

  8. object SpaceSerializers extends AnyRef

  9. object TotalOrder extends AnyRef

    A transactional data structure to maintain an ordered sequence of elements such that two random elements can be compared in O(1).