case class CompleteCollection[+S](s: S) extends QualifiedCollection[S] with Product with Serializable
- Alphabetic
- By Inheritance
- CompleteCollection
- Serializable
- Serializable
- Product
- Equals
- QualifiedCollection
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new CompleteCollection(s: S)
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
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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()
-
final
def
isComplete: Boolean
Returns
trueif the underlying collection is guaranteed to contain all elements with respect to some query/analysis.Returns
trueif the underlying collection is guaranteed to contain all elements with respect to some query/analysis. I.e., if the analysis is not conclusive, thenfalseis returned. However, it may still be the case that the underlying collection contains some or all elements, but that cannot be finally deduced.- Definition Classes
- CompleteCollection → QualifiedCollection
-
final
def
isIncomplete: Boolean
Returns
trueif the underlying collection is not guaranteed to contain all elements (w.r.t.Returns
trueif the underlying collection is not guaranteed to contain all elements (w.r.t. some query/analysis/...- Definition Classes
- QualifiedCollection
-
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()
-
val
s: S
The underlying collection.
The underlying collection.
- Definition Classes
- CompleteCollection → QualifiedCollection
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )