final class Map[K, V] extends DatatypeSig

Annotations
@datatype()
Linear Supertypes
DatatypeSig, DatatypeMarker, Immutable, ImmutableMarker, Clonable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Map
  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 Map(__entries: sireum.ISZ[(K, V)])

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
    MapDatatypeSig
  6. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  7. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  8. def +(p: (K, V)): Map[K, V]
    Annotations
    @pure()
  9. def ++[I](kvs: IS[I, (K, V)]): Map[K, V]
    Annotations
    @pure()
  10. def -(p: (K, V)): Map[K, V]
    Annotations
    @pure()
  11. def --[I](keys: IS[I, K]): Map[K, V]
    Annotations
    @pure()
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def apply(entries: sireum.ISZ[(K, V)] = ...): Map[K, V]
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. def contains(key: K): B
    Annotations
    @pure()
  17. def entries: sireum.ISZ[(K, V)]
  18. def entry(key: K): Option[(K, V)]
    Annotations
    @pure()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(o: Any): Boolean
    Definition Classes
    Map → AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def get(key: K): Option[V]
    Annotations
    @pure()
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def getEntries: sireum.ISZ[(K, V)]
  25. def getOrElse(key: K, default: ⇒ V): V
    Annotations
    @pure()
  26. def hash: Z
    Definition Classes
    MapDatatypeSig
    Annotations
    @pure()
  27. lazy val hashCode: Int
    Definition Classes
    Map → AnyRef → Any
  28. def indexOf(key: K): Z
    Annotations
    @pure()
  29. def isEmpty: B
    Annotations
    @pure()
  30. def isEqual(other: Map[K, V]): B
    Annotations
    @pure()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def keySet: Set[K]
    Annotations
    @pure()
  33. def keys: sireum.ISZ[K]
    Annotations
    @pure()
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def nonEmpty: B
    Annotations
    @pure()
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def size: Z
    Annotations
    @pure()
  39. def string: String
    Definition Classes
    MapDatatypeSigImmutable
    Annotations
    @pure()
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): java.lang.String
    Definition Classes
    Map → AnyRef → Any
  42. def valueSet: Set[V]
    Annotations
    @pure()
  43. def values: sireum.ISZ[V]
    Annotations
    @pure()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. 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