final class Set[T] extends DatatypeSig

Annotations
@datatype()
Linear Supertypes
DatatypeSig, DatatypeMarker, Immutable, ImmutableMarker, Clonable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Set
  2. DatatypeSig
  3. DatatypeMarker
  4. Immutable
  5. ImmutableMarker
  6. Clonable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Set(__map: Map[T, B])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $cannotMixImmutableAndMutable: Nothing
    Attributes
    protected
    Definition Classes
    Immutable
  4. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  5. lazy val $content: Seq[(java.lang.String, Any)]
    Definition Classes
    SetDatatypeSig
  6. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  7. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  8. def +(e: T): Set[T]
    Annotations
    @pure()
  9. def ++[I](is: IS[I, T]): Set[T]
    Annotations
    @pure()
  10. def -(e: T): Set[T]
    Annotations
    @pure()
  11. def --[I](is: IS[I, T]): Set[T]
    Annotations
    @pure()
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def \(other: Set[T]): Set[T]
    Annotations
    @pure()
  14. def apply(map: Map[T, B] = ...): Set[T]
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  17. def contains(e: T): B
    Annotations
    @pure()
  18. def elements: sireum.ISZ[T]
    Annotations
    @pure()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(o: Any): Boolean
    Definition Classes
    Set → AnyRef → Any
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def getMap: Map[T, B]
  23. def hash: Z
    Definition Classes
    SetDatatypeSig
    Annotations
    @pure()
  24. lazy val hashCode: Int
    Definition Classes
    Set → AnyRef → Any
  25. def intersect(other: Set[T]): Set[T]
    Annotations
    @pure()
  26. def isEmpty: B
    Annotations
    @pure()
  27. def isEqual(other: Set[T]): B
    Annotations
    @pure()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def map: Map[T, B]
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def nonEmpty: B
    Annotations
    @pure()
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def size: Z
    Annotations
    @pure()
  35. def string: String
    Definition Classes
    SetDatatypeSigImmutable
    Annotations
    @pure()
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): java.lang.String
    Definition Classes
    Set → AnyRef → Any
  38. def union(other: Set[T]): Set[T]
    Annotations
    @pure()
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def (other: Set[T]): Set[T]
    Annotations
    @pure()
  43. def (other: Set[T]): Set[T]
    Annotations
    @pure()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from DatatypeSig

Inherited from DatatypeMarker

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped