object Ancestor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ancestor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Map[S <: Base[S], Version, A] extends Writable with Disposable[Ancestor.Map.S.Tx]
- sealed trait Tree[S <: Base[S], Version] extends Writable with Disposable[Ancestor.Tree.S.Tx]
- sealed trait Vertex[S <: Base[S], Version] extends Writable with Disposable[Ancestor.Vertex.S.Tx]
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
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newMap[S <: Base[S], Version, A](full: Tree[S, Version], rootVertex: Vertex[S, Version], rootValue: A)(implicit tx: Ancestor.newMap.S.Tx, valueSerializer: Serializer[Ancestor.newMap.S.Tx, Ancestor.newMap.S.Acc, A]): Map[S, Version, A]
- def newTree[S <: Base[S], Version](rootVersion: Version)(implicit tx: Ancestor.newTree.S.Tx, versionSerializer: Serializer[Ancestor.newTree.S.Tx, Ancestor.newTree.S.Acc, Version], intView: (Version) ⇒ Int): Tree[S, Version]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def readMap[S <: Base[S], Version, A](in: DataInput, access: Ancestor.readMap.S.Acc, full: Tree[S, Version])(implicit tx: Ancestor.readMap.S.Tx, valueSerializer: Serializer[Ancestor.readMap.S.Tx, Ancestor.readMap.S.Acc, A]): Map[S, Version, A]
- def readTree[S <: Base[S], Version](in: DataInput, access: Ancestor.readTree.S.Acc)(implicit tx: Ancestor.readTree.S.Tx, versionSerializer: Serializer[Ancestor.readTree.S.Tx, Ancestor.readTree.S.Acc, Version], intView: (Version) ⇒ Int): Tree[S, Version]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit def treeSerializer[S <: Base[S], Version](implicit versionSerializer: Serializer[Ancestor.treeSerializer.S.Tx, Ancestor.treeSerializer.S.Acc, Version], intView: (Version) ⇒ Int): Serializer[Ancestor.treeSerializer.S.Tx, Ancestor.treeSerializer.S.Acc, Tree[S, Version]]
-
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
- @native() @throws( ... )
- object Vertex