org.hammerlab.genomics.reference

Locus

case class Locus(locus: LociT) extends Ordered[Locus] with Comparable[Locus] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[Locus], Comparable[Locus], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Locus
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ordered
  7. Comparable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Locus(locus: LociT)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(n: Int): Locus

  5. def +(other: Locus): Locus

  6. def -(n: Int): Locus

  7. def -(other: Locus): Locus

  8. def <(that: Locus): Boolean

    Definition Classes
    Ordered
  9. def <=(that: Locus): Boolean

    Definition Classes
    Ordered
  10. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  12. def >(that: Locus): Boolean

    Definition Classes
    Ordered
  13. def >=(that: Locus): Boolean

    Definition Classes
    Ordered
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def compare(that: Locus): Int

    Definition Classes
    Locus → Ordered
  17. def compareTo(that: Locus): Int

    Definition Classes
    Ordered → Comparable
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val locus: LociT

  23. def max(other: Locus): Locus

  24. def min(other: Locus): Locus

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def next: Locus

  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def num: LociT

  30. def prev: Locus

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    Locus → AnyRef → Any
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[Locus]

Inherited from Comparable[Locus]

Inherited from AnyRef

Inherited from Any

Ungrouped