class HashSSet[T] extends DatatypeSig

Annotations
@datatype()
Linear Supertypes
DatatypeSig, DatatypeMarker, Immutable, ImmutableMarker, Clonable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HashSSet
  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 HashSSet(_map: HashSMap[T, B])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def add(e: T): HashSSet[T]
    Annotations
    @pure()
  6. def addAll(is: sireum.ISZ[T]): HashSSet[T]
    Annotations
    @pure()
  7. def apply(map: HashSMap[T, B] = ...): HashSSet[T]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def contains(e: T): B
    Annotations
    @pure()
  11. lazy val content: Seq[(java.lang.String, Any)]
    Definition Classes
    HashSSetDatatypeSig
  12. def elements: sireum.ISZ[T]
    Annotations
    @pure()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(o: Any): Boolean
    Definition Classes
    HashSSet → AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hash: Z
    Definition Classes
    DatatypeSig
  18. lazy val hashCode: Int
    Definition Classes
    HashSSet → AnyRef → Any
  19. def intersect(other: HashSSet[T]): HashSSet[T]
    Annotations
    @pure()
  20. def isEmpty: B
    Annotations
    @pure()
  21. def isEqual(other: HashSSet[T]): B
    Annotations
    @pure()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def map: HashSMap[T, B]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def nonEmpty: B
    Annotations
    @pure()
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def remove(e: T): HashSSet[T]
    Annotations
    @pure()
  29. def removeAll(is: sireum.ISZ[T]): HashSSet[T]
    Annotations
    @pure()
  30. def size: Z
    Annotations
    @pure()
  31. def string: String
    Definition Classes
    HashSSetImmutable
  32. def substract(other: HashSSet[T]): HashSSet[T]
    Annotations
    @pure()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): java.lang.String
    Definition Classes
    HashSSet → AnyRef → Any
  35. def union(other: HashSSet[T]): HashSSet[T]
    Annotations
    @pure()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from DatatypeSig

Inherited from DatatypeMarker

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped