Packages

o

de.sciss.lucre.bitemp.impl

BiGroupImpl

object BiGroupImpl

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BiGroupImpl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Impl [S <: Sys[S], E[~ <: Sys[~]] <: Elem[~]] extends Modifiable[S, E[S]] with SingleNode[S, Update[S, E[S]]]
  2. type LeafImpl[S <: Sys[S], E[~ <: Sys[~]] <: Elem[~]] = (SpanLike, IndexedSeq[Entry[S, E[S]]])
  3. type Tree[S <: Sys[S], A] = SkipOctree[S, TwoDim, A]
  4. type TreeImpl[S <: Sys[S], E[~ <: Sys[~]] <: Elem[~]] = SkipOctree[S, TwoDim, LeafImpl[S, E]]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val AdvanceNextNeighborMetric: Ops[Long, TwoDim]
  5. final val RegressNextNeighborMetric: Ops[Long, TwoDim]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def copyTree[In <: Sys[In], Out <: Sys[Out], E[~ <: Sys[~]] <: Elem[~]](in: TreeImpl[In, E], out: TreeImpl[Out, E], outImpl: Impl[Out, E])(implicit txIn: BiGroupImpl.copyTree.In.Tx, txOut: BiGroupImpl.copyTree.Out.Tx, context: Copy[In, Out]): Unit
  9. implicit def entrySer[S <: Sys[S], A <: Elem[S]]: Serializer[BiGroupImpl.entrySer.S.Tx, BiGroupImpl.entrySer.S.Acc, Entry[S, A]]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def eventAfter[S <: Sys[S], T2](tree: Tree[S, (SpanLike, T2)])(time: Long)(implicit tx: BiGroupImpl.eventAfter.S.Tx): Option[Long]
  13. final def eventBefore[S <: Sys[S], T2](tree: Tree[S, (SpanLike, T2)])(time: Long)(implicit tx: BiGroupImpl.eventBefore.S.Tx): Option[Long]
  14. final def eventsAt[S <: Sys[S], A](tree: Tree[S, A])(time: Long)(implicit tx: BiGroupImpl.eventsAt.S.Tx): (Iterator[A], Iterator[A])
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. final def intersectSpan[S <: Sys[S], A](tree: Tree[S, A])(span: SpanLike)(implicit tx: BiGroupImpl.intersectSpan.S.Tx): Iterator[A]
  19. final def intersectTime[S <: Sys[S], A](tree: Tree[S, A])(time: Long)(implicit tx: BiGroupImpl.intersectTime.S.Tx): Iterator[A]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def modifiableSerializer[S <: Sys[S], A <: Elem[S]]: Serializer[BiGroupImpl.modifiableSerializer.S.Tx, BiGroupImpl.modifiableSerializer.S.Acc, Modifiable[S, A]]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def newModifiable[S <: Sys[S], E[~ <: Sys[~]] <: Elem[~]](implicit tx: BiGroupImpl.newModifiable.S.Tx): Modifiable[S, E[S]]
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. final def rangeSearch[S <: Sys[S], A](tree: Tree[S, A])(start: SpanLike, stop: SpanLike)(implicit tx: BiGroupImpl.rangeSearch.S.Tx): Iterator[A]
  27. def readIdentifiedEntry[S <: Sys[S]](in: DataInput, access: BiGroupImpl.readIdentifiedEntry.S.Acc)(implicit tx: BiGroupImpl.readIdentifiedEntry.S.Tx): Obj[S]
  28. def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: BiGroupImpl.readIdentifiedObj.S.Acc)(implicit tx: BiGroupImpl.readIdentifiedObj.S.Tx): Obj[S]
  29. def searchSpanToPoint(span: SpanLike): LongPoint2D
  30. def serializer[S <: Sys[S], A <: Elem[S]]: Serializer[BiGroupImpl.serializer.S.Tx, BiGroupImpl.serializer.S.Acc, BiGroup[S, A]]
  31. var showLog: Boolean
  32. def spanToPoint(span: SpanLike): LongPoint2D
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def verifyConsistency[S <: Sys[S], A](group: BiGroup[S, A], reportOnly: Boolean)(implicit tx: BiGroupImpl.verifyConsistency.S.Tx): IndexedSeq[String]
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped