Class/Object

scalan

AVHashMap

Related Docs: object AVHashMap | package scalan

Permalink

final class AVHashMap[K, V] extends AnyVal

Allocation free alternative to scala.collection.mutable.Map with similar interface. This simplifies optimization of performance critical code.

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AVHashMap
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AVHashMap(hashMap: HashMap[K, V])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def apply(key: K): V

    Permalink
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def clear(): Unit

    Permalink
    Annotations
    @inline()
  7. final def containsKey(key: K): Boolean

    Permalink
    Annotations
    @inline()
  8. final def get(key: K): Nullable[V]

    Permalink
    Annotations
    @inline()
  9. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  10. final def getOrElseUpdate(key: K, op: ⇒ V): V

    Permalink
  11. val hashMap: HashMap[K, V]

    Permalink
  12. final def isEmpty: Boolean

    Permalink
    Annotations
    @inline()
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def keySet: Set[K]

    Permalink
    Annotations
    @inline()
  15. final def put(key: K, value: V): V

    Permalink
    Annotations
    @inline()
  16. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped