final class HashMap[K, V] extends DatatypeSig

Annotations
@datatype()
Linear Supertypes
DatatypeSig, DatatypeMarker, Immutable, ImmutableMarker, Clonable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HashMap
  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 HashMap(__mapEntries: sireum.ISZ[Map[K, V]], __size: 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
    HashMapDatatypeSig
  6. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  7. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  8. def +(p: (K, V)): HashMap[K, V]
    Annotations
    @pure()
  9. def ++[I](entries: IS[I, (K, V)]): HashMap[K, V]
    Annotations
    @pure()
  10. def -(p: (K, V)): HashMap[K, V]
    Annotations
    @pure()
  11. def --[I](keys: IS[I, K]): HashMap[K, V]
    Annotations
    @pure()
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def apply(mapEntries: sireum.ISZ[Map[K, V]] = ..., size: Z = ...): HashMap[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 ensureCapacity(sz: Z): HashMap[K, V]
    Annotations
    @pure()
  18. def entries: sireum.ISZ[(K, V)]
    Annotations
    @pure()
  19. def entry(key: K): Option[(K, V)]
    Annotations
    @pure()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(o: Any): Boolean
    Definition Classes
    HashMap → AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def get(key: K): Option[V]
    Annotations
    @pure()
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def getMapEntries: sireum.ISZ[Map[K, V]]
  26. def getSize: Z
  27. def hash: Z
    Definition Classes
    HashMapDatatypeSig
    Annotations
    @pure()
  28. lazy val hashCode: Int
    Definition Classes
    HashMap → AnyRef → Any
  29. def hashIndex(key: K): Z
    Annotations
    @pure()
  30. def isEmpty: B
    Annotations
    @pure()
  31. def isEqual(other: HashMap[K, V]): B
    Annotations
    @pure()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def keySet: Set[K]
    Annotations
    @pure()
  34. def keys: sireum.ISZ[K]
    Annotations
    @pure()
  35. def mapEntries: sireum.ISZ[Map[K, V]]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def nonEmpty: B
    Annotations
    @pure()
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def size: Z
  41. def string: String
    Definition Classes
    HashMapDatatypeSigImmutable
    Annotations
    @pure()
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): java.lang.String
    Definition Classes
    HashMap → AnyRef → Any
  44. def valueSet: Set[V]
    Annotations
    @pure()
  45. def values: sireum.ISZ[V]
    Annotations
    @pure()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. 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