sealed trait Set[S <: Base[S]] extends TotalOrder[S]
- Self Type
- Set[S]
- Alphabetic
- By Inheritance
- Set
- TotalOrder
- Mutable
- Disposable
- Writable
- Identifiable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
final
type
E = Entry[S]
- Definition Classes
- Set → TotalOrder
-
final
type
EOpt = EntryOption[S]
- Attributes
- protected
Abstract Value Members
-
abstract
def
dispose()(implicit tx: S.Tx): Unit
- Definition Classes
- Disposable
-
abstract
def
id: S.Id
- Definition Classes
- Identifiable
-
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: S.Var[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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
disposeData()(implicit tx: S.Tx): Unit
- Attributes
- protected
-
final
val
empty: EmptyEntry[S]
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- Identifiable → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- Identifiable → AnyRef → Any
-
final
def
head(implicit tx: S.Tx): 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def readEntry(in: DataInput, access: S.Acc)(implicit tx: S.Tx): E
-
final
def
size(implicit tx: S.Tx): Int
The number of elements in the order.
The number of elements in the order. This is
1for 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: S.Tx): List[Int]
- Definition Classes
- Set → TotalOrder
-
def
toString(): String
- Definition Classes
- Set → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
writeData(out: DataOutput): Unit
- Attributes
- protected
-
implicit
object
EntryOptionSerializer extends Serializer[S.Tx, S.Acc, EOpt]
- Attributes
- protected
-
implicit
object
EntrySerializer extends Serializer[S.Tx, S.Acc, E]
- Attributes
- protected