Child

sealed trait Child[+T, +P, +H, +A] extends Writable
trait Writable
class Object
trait Matchable
class Any
trait Next[T, P, H, A]
object Empty
trait RightBranch[T, P, H, A]
trait RightTopBranch[T, P, H, A]
trait RightChildBranch[T, P, H, A]
trait LeftChild[T, P, H, A]
trait LeftNonEmptyChild[T, P, H, A]
trait Leaf[T, P, H, A]
trait LeftChildBranch[T, P, H, A]
trait Branch[T, P, H, A]
trait ChildBranch[T, P, H, A]
trait TopBranch[T, P, H, A]
trait LeftTopBranch[T, P, H, A]
trait LeftBranch[T, P, H, A]
trait RightChild[T, P, H, A]
trait RightNonEmptyChild[T, P, H, A]
trait NonEmptyChild[T, P, H, A]

Value members

Inherited methods

def write(out: DataOutput): Unit
Inherited from
Writable