Class

de.sciss.lucre.data.TotalOrder.Set

Entry

Related Doc: package Set

Permalink

final class Entry[S <: Sys[S]] extends EntryOption[S] with Impl[S] with Ordered[Set.Entry.S.Tx, Entry[S]]

Linear Supertypes
Ordered[S.Tx, Entry[S]], Impl[S], Mutable[S.ID, S.Tx], Disposable[S.Tx], Writable, Identifiable[S.ID], EntryOption[S], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Entry
  2. Ordered
  3. Impl
  4. Mutable
  5. Disposable
  6. Writable
  7. Identifiable
  8. EntryOption
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type E = Entry[S]

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

    Permalink
    Attributes
    protected
    Definition Classes
    EntryOption

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. def append()(implicit tx: S.Tx): E

    Permalink
  5. def appendMax()(implicit tx: S.Tx): E

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    EntryOrdered
  9. final def dispose()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    ImplDisposable
  10. def disposeData()(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    EntryImpl
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  16. val id: S.ID

    Permalink
    Definition Classes
    EntryIdentifiable
  17. def isDefined: Boolean

    Permalink
    Definition Classes
    EntryEntryOption
  18. def isEmpty: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def next(implicit tx: S.Tx): EOpt

    Permalink
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def orNull: E

    Permalink
    Definition Classes
    EntryEntryOption
  25. def prepend()(implicit tx: S.Tx): E

    Permalink
  26. def prev(implicit tx: S.Tx): EOpt

    Permalink
  27. def remove()(implicit tx: S.Tx): Unit

    Permalink
  28. def removeAndDispose()(implicit tx: S.Tx): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. def tag(implicit tx: S.Tx): Int

    Permalink
  31. def toString(): String

    Permalink
    Definition Classes
    EntryImpl → AnyRef → Any
  32. def validate(msg: ⇒ String)(implicit tx: S.Tx): Unit

    Permalink
  33. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Impl → Writable
  37. def writeData(out: DataOutput): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    EntryImpl

Inherited from Ordered[S.Tx, Entry[S]]

Inherited from Impl[S]

Inherited from Mutable[S.ID, S.Tx]

Inherited from Disposable[S.Tx]

Inherited from Writable

Inherited from Identifiable[S.ID]

Inherited from EntryOption[S]

Inherited from AnyRef

Inherited from Any

Ungrouped