net.walend.graph.semiring.TransitiveClosure

TransitiveClosureHeapOrdering

object TransitiveClosureHeapOrdering extends HeapOrdering[TransitiveClosureHeapKey]

A heap ordering that puts true above false.

Linear Supertypes
HeapOrdering[TransitiveClosureHeapKey], PartialOrdering[TransitiveClosureHeapKey], Equiv[TransitiveClosureHeapKey], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TransitiveClosureHeapOrdering
  2. HeapOrdering
  3. PartialOrdering
  4. Equiv
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def AlwaysBottom: TransitiveClosureHeapKey

    A key that will among items on the bottom of the heap.

    A key that will among items on the bottom of the heap. Used primarily to add items that will eventually flow higher.

    Definition Classes
    TransitiveClosureHeapOrderingHeapOrdering
  5. def AlwaysTop: TransitiveClosureHeapKey

    Minimum value for the DoubleHeap

    Minimum value for the DoubleHeap

    Definition Classes
    TransitiveClosureHeapOrderingHeapOrdering
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def checkKey(key: TransitiveClosureHeapKey): Unit

    Definition Classes
    TransitiveClosureHeapOrderingHeapOrdering
    Exceptions thrown
    IllegalArgumentException

    if the key is unusable

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def equiv(x: TransitiveClosureHeapKey, y: TransitiveClosureHeapKey): Boolean

    Definition Classes
    PartialOrdering → Equiv
  12. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  14. def gt(x: TransitiveClosureHeapKey, y: TransitiveClosureHeapKey): Boolean

    Definition Classes
    PartialOrdering
  15. def gteq(x: TransitiveClosureHeapKey, y: TransitiveClosureHeapKey): Boolean

    Definition Classes
    PartialOrdering
  16. def hashCode(): Int

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

    Definition Classes
    Any
  18. def lt(x: TransitiveClosureHeapKey, y: TransitiveClosureHeapKey): Boolean

    Definition Classes
    PartialOrdering
  19. def lteq(x: TransitiveClosureHeapKey, y: TransitiveClosureHeapKey): Boolean

    Definition Classes
    TransitiveClosureHeapOrdering → PartialOrdering
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

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

    Definition Classes
    AnyRef
  23. def reverse: PartialOrdering[TransitiveClosureHeapKey]

    Definition Classes
    PartialOrdering
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def tryCompare(x: TransitiveClosureHeapKey, y: TransitiveClosureHeapKey): Option[Int]

    returns

    Some negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second, or None if they can't be compared

    Definition Classes
    TransitiveClosureHeapOrdering → PartialOrdering
  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PartialOrdering[TransitiveClosureHeapKey]

Inherited from Equiv[TransitiveClosureHeapKey]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped