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. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def apply(mapEntries: sireum.ISZ[Map[K, V]] = ..., size: Z = ...): HashMap[K, V]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def contains(key: K): B
    Annotations
    @pure()
  9. lazy val content: Seq[(java.lang.String, Any)]
    Definition Classes
    HashMapDatatypeSig
  10. def ensureCapacity(sz: Z): HashMap[K, V]
    Annotations
    @pure()
  11. def entries: sireum.ISZ[(K, V)]
    Annotations
    @pure()
  12. def entry(key: K): Option[(K, V)]
    Annotations
    @pure()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(o: Any): Boolean
    Definition Classes
    HashMap → AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get(key: K): Option[V]
    Annotations
    @pure()
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hash: Z
    Definition Classes
    HashMapDatatypeSig
    Annotations
    @pure()
  19. lazy val hashCode: Int
    Definition Classes
    HashMap → AnyRef → Any
  20. def hashIndex(key: K): Z
    Annotations
    @pure()
  21. def isEmpty: B
    Annotations
    @pure()
  22. def isEqual(other: HashMap[K, V]): B
    Annotations
    @pure()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def keySet: Set[K]
    Annotations
    @pure()
  25. def keys: sireum.ISZ[K]
    Annotations
    @pure()
  26. def mapEntries: sireum.ISZ[Map[K, V]]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def nonEmpty: B
    Annotations
    @pure()
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def put(key: K, value: V): HashMap[K, V]
    Annotations
    @pure()
  32. def putAll(entries: sireum.ISZ[(K, V)]): HashMap[K, V]
    Annotations
    @pure()
  33. def remove(key: K, value: V): HashMap[K, V]
    Annotations
    @pure()
  34. def removeAll(keys: sireum.ISZ[K]): HashMap[K, V]
    Annotations
    @pure()
  35. def size: Z
  36. def string: String
    Definition Classes
    HashMapImmutable
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): java.lang.String
    Definition Classes
    HashMap → AnyRef → Any
  39. def valueSet: Set[V]
    Annotations
    @pure()
  40. def values: sireum.ISZ[V]
    Annotations
    @pure()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. 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