class Set[T] extends DatatypeSig
- Annotations
- @datatype()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Set
- DatatypeSig
- DatatypeMarker
- Immutable
- ImmutableMarker
- Clonable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
add(e: T): Set[T]
- Annotations
- @pure()
-
def
addAll(is: sireum.ISZ[T]): Set[T]
- Annotations
- @pure()
- def apply(map: Map[T, B] = ...): Set[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
contains(e: T): B
- Annotations
- @pure()
-
lazy val
content: Seq[(java.lang.String, Any)]
- Definition Classes
- Set → DatatypeSig
-
def
elements: sireum.ISZ[T]
- Annotations
- @pure()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- Set → 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
hash: Z
- Definition Classes
- DatatypeSig
-
lazy val
hashCode: Int
- Definition Classes
- Set → AnyRef → Any
-
def
intersect(other: Set[T]): Set[T]
- Annotations
- @pure()
-
def
isEmpty: B
- Annotations
- @pure()
-
def
isEqual(other: Set[T]): B
- Annotations
- @pure()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map: Map[T, B]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nonEmpty: B
- Annotations
- @pure()
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
remove(e: T): Set[T]
- Annotations
- @pure()
-
def
removeAll(is: sireum.ISZ[T]): Set[T]
- Annotations
- @pure()
-
def
size: Z
- Annotations
- @pure()
- def string: String
-
def
substract(other: Set[T]): Set[T]
- Annotations
- @pure()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): java.lang.String
- Definition Classes
- Set → AnyRef → Any
-
def
union(other: Set[T]): Set[T]
- Annotations
- @pure()
-
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( ... )