final class Bag[T] extends DatatypeSig

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

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
    BagDatatypeSig
  6. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  7. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  8. def +(e: T): Bag[T]
    Annotations
    @pure()
  9. def +#(p: (T, Z)): Bag[T]
    Annotations
    @pure()
  10. def ++[I](es: IS[I, T]): Bag[T]
    Annotations
    @pure()
  11. def -(e: T): Bag[T]
    Annotations
    @pure()
  12. def -#(p: (T, Z)): Bag[T]
    Annotations
    @pure()
  13. def --[I](es: IS[I, T]): Bag[T]
    Annotations
    @pure()
  14. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def \(other: Bag[T]): Bag[T]
    Annotations
    @pure()
  16. def addN(e: T, n: Z): Bag[T]
    Annotations
    @pure()
  17. def apply(map: Map[T, Z] = ...): Bag[T]
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  20. def contains(e: T): B
    Annotations
    @pure()
  21. def count(e: T): Z
    Annotations
    @pure()
  22. def elements: sireum.ISZ[T]
    Annotations
    @pure()
  23. def entries: sireum.ISZ[(T, Z)]
    Annotations
    @pure()
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(o: Any): Boolean
    Definition Classes
    Bag → AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def getMap: Map[T, Z]
  29. def hash: Z
    Definition Classes
    DatatypeSig
  30. lazy val hashCode: Int
    Definition Classes
    Bag → AnyRef → Any
  31. def intersect(other: Bag[T]): Bag[T]
    Annotations
    @pure()
  32. def isEmpty: B
    Annotations
    @pure()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def map: Map[T, Z]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def nonEmpty: B
    Annotations
    @pure()
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def removeN(e: T, n: Z): Bag[T]
    Annotations
    @pure()
  40. def size: Z
    Annotations
    @pure()
  41. def string: String
    Definition Classes
    BagDatatypeSigImmutable
    Annotations
    @pure()
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): java.lang.String
    Definition Classes
    Bag → AnyRef → Any
  44. def union(other: Bag[T]): Bag[T]
    Annotations
    @pure()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  48. def (other: Bag[T]): Bag[T]
    Annotations
    @pure()
  49. def (other: Bag[T]): Bag[T]
    Annotations
    @pure()

Inherited from DatatypeSig

Inherited from DatatypeMarker

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped