sealed trait Set[T <: Exec[T]] extends TotalOrder[T]
- Self Type
- Set[T]
- Alphabetic
- By Inheritance
- Set
- TotalOrder
- Mutable
- Disposable
- Writable
- Identified
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final type E = Entry[T]
- Definition Classes
- Set → TotalOrder
- final type EOpt = EntryOption[T]
- Attributes
- protected
Abstract Value Members
- abstract def dispose()(implicit tx: T): Unit
- Definition Classes
- Disposable
- abstract def id: Ident[T]
- Definition Classes
- Identified
- abstract def root: E
The initial element created from which you can start to append and prepend.
The initial element created from which you can start to append and prepend.
- Definition Classes
- TotalOrder
- abstract def sizeVal: Var[T, Int]
- Attributes
- protected
- abstract def write(out: DataOutput): Unit
- Definition Classes
- Writable
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def disposeData()(implicit tx: T): Unit
- Attributes
- protected
- final val empty: EmptyEntry[T]
- Attributes
- protected
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- Identified → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- Identified → AnyRef → Any
- final def head(implicit tx: T): E
Returns the head element of the structure.
Returns the head element of the structure. Note that this is O(n) worst case.
- Definition Classes
- Set → TotalOrder
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def readEntry(in: DataInput)(implicit tx: T): E
- final def size(implicit tx: T): Int
The number of elements in the order.
The number of elements in the order. This is
1
for a newly created order (consisting only of the root element). You will rarely need this information except for debugging purpose. The operation is O(1).- Definition Classes
- Set → TotalOrder
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def tagList(from: E)(implicit tx: T): List[Int]
- Definition Classes
- Set → TotalOrder
- def toString(): String
- Definition Classes
- Set → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def writeData(out: DataOutput): Unit
- Attributes
- protected
- implicit object EntryFormat extends WritableFormat[T, E]
- Attributes
- protected
- implicit object EntryOptionFormat extends TFormat[T, EOpt]
- Attributes
- protected
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated