object BiGroupImpl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BiGroupImpl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- abstract class Impl [S <: Sys[S], E[~ <: Sys[~]] <: Elem[~]] extends Modifiable[S, E[S]] with SingleNode[S, Update[S, E[S]]]
- type LeafImpl[S <: Sys[S], E[~ <: Sys[~]] <: Elem[~]] = (SpanLike, IndexedSeq[Entry[S, E[S]]])
- type Tree[S <: Sys[S], A] = SkipOctree[S, TwoDim, A]
- type TreeImpl[S <: Sys[S], E[~ <: Sys[~]] <: Elem[~]] = SkipOctree[S, TwoDim, LeafImpl[S, E]]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val AdvanceNextNeighborMetric: Ops[Long, TwoDim]
- final val RegressNextNeighborMetric: Ops[Long, TwoDim]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- 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
- implicit def entrySer[S <: Sys[S], A <: Elem[S]]: Serializer[BiGroupImpl.entrySer.S.Tx, BiGroupImpl.entrySer.S.Acc, Entry[S, A]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def eventAfter[S <: Sys[S], T2](tree: Tree[S, (SpanLike, T2)])(time: Long)(implicit tx: BiGroupImpl.eventAfter.S.Tx): Option[Long]
- final def eventBefore[S <: Sys[S], T2](tree: Tree[S, (SpanLike, T2)])(time: Long)(implicit tx: BiGroupImpl.eventBefore.S.Tx): Option[Long]
- final def eventsAt[S <: Sys[S], A](tree: Tree[S, A])(time: Long)(implicit tx: BiGroupImpl.eventsAt.S.Tx): (Iterator[A], Iterator[A])
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- final def intersectSpan[S <: Sys[S], A](tree: Tree[S, A])(span: SpanLike)(implicit tx: BiGroupImpl.intersectSpan.S.Tx): Iterator[A]
- final def intersectTime[S <: Sys[S], A](tree: Tree[S, A])(time: Long)(implicit tx: BiGroupImpl.intersectTime.S.Tx): Iterator[A]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def modifiableSerializer[S <: Sys[S], A <: Elem[S]]: Serializer[BiGroupImpl.modifiableSerializer.S.Tx, BiGroupImpl.modifiableSerializer.S.Acc, Modifiable[S, A]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newModifiable[S <: Sys[S], E[~ <: Sys[~]] <: Elem[~]](implicit tx: BiGroupImpl.newModifiable.S.Tx): Modifiable[S, E[S]]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- final def rangeSearch[S <: Sys[S], A](tree: Tree[S, A])(start: SpanLike, stop: SpanLike)(implicit tx: BiGroupImpl.rangeSearch.S.Tx): Iterator[A]
- def readIdentifiedEntry[S <: Sys[S]](in: DataInput, access: BiGroupImpl.readIdentifiedEntry.S.Acc)(implicit tx: BiGroupImpl.readIdentifiedEntry.S.Tx): Obj[S]
- def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: BiGroupImpl.readIdentifiedObj.S.Acc)(implicit tx: BiGroupImpl.readIdentifiedObj.S.Tx): Obj[S]
- def searchSpanToPoint(span: SpanLike): LongPoint2D
- def serializer[S <: Sys[S], A <: Elem[S]]: Serializer[BiGroupImpl.serializer.S.Tx, BiGroupImpl.serializer.S.Acc, BiGroup[S, A]]
- var showLog: Boolean
- def spanToPoint(span: SpanLike): LongPoint2D
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def verifyConsistency[S <: Sys[S], A](group: BiGroup[S, A], reportOnly: Boolean)(implicit tx: BiGroupImpl.verifyConsistency.S.Tx): IndexedSeq[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )