Object/Class

com.rklaehn.interval

IntervalMap

Related Docs: class IntervalMap | package interval

Permalink

object IntervalMap

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IntervalMap
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class Edge[K, V](x: K, at: V, above: V) extends Product with Serializable

    Permalink
  2. trait Value[V] extends Eq[V]

    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. object Edge extends Serializable

    Permalink
  5. object Value

    Permalink
  6. def above[K, V](x: K, value: V)(implicit vv: Value[V]): IntervalMap[K, V]

    Permalink
  7. def apply[K, V](interval: Interval[K], value: V)(implicit vv: Value[V]): IntervalMap[K, V]

    Permalink
  8. def apply[K, V](iv: (Interval[K], V)*)(implicit ko: Order[K], vv: Value[V]): IntervalMap[K, V]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def atOrAbove[K, V](x: K, value: V)(implicit vv: Value[V]): IntervalMap[K, V]

    Permalink
  11. def atOrBelow[K, V](x: K, value: V)(implicit vv: Value[V]): IntervalMap[K, V]

    Permalink
  12. def below[K, V](x: K, value: V)(implicit vv: Value[V]): IntervalMap[K, V]

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def constant[K, V](value: V): IntervalMap[K, V]

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

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hole[K, V](x: K, value: V)(implicit vv: Value[V]): IntervalMap[K, V]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def one[K, V](implicit vb: Bool[V]): IntervalMap[K, V]

    Permalink
  26. def point[K, V](x: K, value: V)(implicit vv: Value[V]): IntervalMap[K, V]

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

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def zero[K, V](implicit vv: Value[V]): IntervalMap[K, V]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped