final class SelectionModelImpl[T <: Txn[T], Repr] extends SelectionModel[T, Repr] with ModelImpl[Update[T, Repr]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SelectionModelImpl
- ModelImpl
- SelectionModel
- Model
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SelectionModelImpl()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+=(view: Repr): Unit
- Definition Classes
- SelectionModelImpl → SelectionModel
-
def
-=(view: Repr): Unit
- Definition Classes
- SelectionModelImpl → SelectionModel
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addListener(pf: Listener[Update[T, Repr]]): pf.type
- Definition Classes
- ModelImpl → Model
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clear(): Unit
- Definition Classes
- SelectionModelImpl → SelectionModel
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
contains(view: Repr): Boolean
- Definition Classes
- SelectionModelImpl → SelectionModel
-
final
def
dispatch(update: Update[T, Repr]): Unit
- Attributes
- protected
- Definition Classes
- ModelImpl
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
isEmpty: Boolean
- Definition Classes
- SelectionModelImpl → SelectionModel
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iterator: Iterator[Repr]
Since conceptually this is an unordered set, so do not rely on a particular sequence in the
iterator.Since conceptually this is an unordered set, so do not rely on a particular sequence in the
iterator.- Definition Classes
- SelectionModelImpl → SelectionModel
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nonEmpty: Boolean
- Definition Classes
- SelectionModelImpl → SelectionModel
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
releaseListeners(): Unit
- Attributes
- protected
- Definition Classes
- ModelImpl
-
def
removeListener(pf: Listener[Update[T, Repr]]): Unit
- Definition Classes
- ModelImpl → Model
-
def
startListening(): Unit
- Attributes
- protected
- Definition Classes
- ModelImpl
-
def
stopListening(): Unit
- Attributes
- protected
- Definition Classes
- ModelImpl
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated