de.sciss.collection.txn.TotalOrder.Set

Entry

final class Entry[S <: Sys[S]] extends EntryOption[S] with Mutable[S] with Ordered[Tx, Entry[S]]

Linear Supertypes
Ordered[Tx, Entry[S]], Mutable[S], Disposable[Tx], Writer, EntryOption[S], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Entry
  2. Ordered
  3. Mutable
  4. Disposable
  5. Writer
  6. EntryOption
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Type Members

  1. type E = Entry[S]

    Attributes
    protected
    Definition Classes
    EntryOption
  2. type EOpt = EntryOption[S]

    Attributes
    protected
    Definition Classes
    EntryOption

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. def append()(implicit tx: Tx): E

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def compare(that: Entry[S])(implicit tx: Tx): Int

    Definition Classes
    EntryOrdered
  10. final def dispose()(implicit tx: Tx): Unit

    Definition Classes
    Mutable → Disposable
  11. def disposeData()(implicit tx: Tx): Unit

    Attributes
    protected
    Definition Classes
    Entry → Mutable
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    Mutable → AnyRef → Any
  14. def finalize(): Unit

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

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

    Definition Classes
    Mutable → AnyRef → Any
  17. val id: ID

    Definition Classes
    Entry → Mutable
  18. def isDefined: Boolean

    Definition Classes
    EntryEntryOption
  19. def isEmpty: Boolean

    Definition Classes
    EntryEntryOption
  20. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  22. def next(implicit tx: Tx): EOpt

  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. def orNull: E

    Definition Classes
    EntryEntryOption
  26. def prepend()(implicit tx: Tx): E

  27. def prev(implicit tx: Tx): EOpt

  28. def remove()(implicit tx: Tx): Unit

  29. def removeAndDispose()(implicit tx: Tx): Unit

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

    Definition Classes
    AnyRef
  31. def tag(implicit tx: Tx): Int

  32. def toString(): String

    Definition Classes
    Entry → Mutable → AnyRef → Any
  33. def validate(msg: ⇒ String)(implicit tx: Tx): Unit

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. final def write(out: DataOutput): Unit

    Definition Classes
    Mutable → Writer
  38. def writeData(out: DataOutput): Unit

    Attributes
    protected
    Definition Classes
    Entry → Mutable

Inherited from Ordered[Tx, Entry[S]]

Inherited from Mutable[S]

Inherited from Disposable[Tx]

Inherited from Writer

Inherited from EntryOption[S]

Inherited from AnyRef

Inherited from Any