Class/Object

quasar.niflheim

Segments

Related Docs: object Segments | package niflheim

Permalink

case class Segments(id: Long, length: Int, t: CTree, a: ArrayBuffer[Segment]) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Segments
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Segments(id: Long, length: Int, t: CTree, a: ArrayBuffer[Segment])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val a: ArrayBuffer[Segment]

    Permalink
  5. def addBigDecimal(row: Int, tree: CTree, x: BigDecimal): Unit

    Permalink
  6. def addDouble(row: Int, tree: CTree, x: Double): Unit

    Permalink
  7. def addEmptyArray(row: Int, tree: CTree): Unit

    Permalink
  8. def addEmptyObject(row: Int, tree: CTree): Unit

    Permalink
  9. def addFalse(row: Int, tree: CTree): Unit

    Permalink
  10. def addLong(row: Int, tree: CTree, x: Long): Unit

    Permalink
  11. def addNull(row: Int, tree: CTree): Unit

    Permalink
  12. def addNullType(row: Int, tree: CTree, ct: CNullType): Unit

    Permalink
  13. def addNum(row: Int, tree: CTree, s: String): Unit

    Permalink
  14. def addRealDateTime(row: Int, tree: CTree, s: ZonedDateTime): Unit

    Permalink
  15. def addRealString(row: Int, tree: CTree, s: String): Unit

    Permalink
  16. def addString(row: Int, tree: CTree, s: String): Unit

    Permalink
  17. def addTrue(row: Int, tree: CTree): Unit

    Permalink
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def detectDateTime(s: String): ZonedDateTime

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Segments → Equals → AnyRef → Any
  23. def extendWithRows(rows: Seq[JValue]): Unit

    Permalink
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. val id: Long

    Permalink
  27. def initializeSegments(row: Int, j: JValue, tree: CTree): Unit

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. var length: Int

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. val t: CTree

    Permalink
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped