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
Alphabetic
By inheritance
Inherited
Hide All
Show all
Entry
Ordered
Mutable
Disposable
Writer
EntryOption
AnyRef
Any
Visibility
Public
All
Type Members
type
E
=
Entry
[S]
Attributes
protected
Definition Classes
EntryOption
type
EOpt
=
EntryOption
[S]
Attributes
protected
Definition Classes
EntryOption
Value Members
final
def
!=
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
append
()
(
implicit
tx: Tx
)
: E
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
compare
(
that:
Entry
[S]
)
(
implicit
tx: Tx
)
:
Int
Definition Classes
Entry
→
Ordered
final
def
dispose
()
(
implicit
tx: Tx
)
:
Unit
Definition Classes
Mutable → Disposable
def
disposeData
()
(
implicit
tx: Tx
)
:
Unit
Attributes
protected
Definition Classes
Entry
→ Mutable
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
that:
Any
)
:
Boolean
Definition Classes
Mutable → AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
: java.lang.Class[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
Mutable → AnyRef → Any
val
id
: ID
Definition Classes
Entry
→ Mutable
def
isDefined
:
Boolean
Definition Classes
Entry
→
EntryOption
def
isEmpty
:
Boolean
Definition Classes
Entry
→
EntryOption
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
next
(
implicit
tx: Tx
)
: EOpt
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
orNull
: E
Definition Classes
Entry
→
EntryOption
def
prepend
()
(
implicit
tx: Tx
)
: E
def
prev
(
implicit
tx: Tx
)
: EOpt
def
remove
()
(
implicit
tx: Tx
)
:
Unit
def
removeAndDispose
()
(
implicit
tx: Tx
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
tag
(
implicit
tx: Tx
)
:
Int
def
toString
()
:
String
Definition Classes
Entry
→ Mutable → AnyRef → Any
def
validate
(
msg: ⇒ String
)
(
implicit
tx: Tx
)
:
Unit
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
@throws
()
final
def
write
(
out:
DataOutput
)
:
Unit
Definition Classes
Mutable → Writer
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