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])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def apply(key: K): V
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def clear(): Unit
    Annotations
    @inline()
  7. final def containsKey(key: K): Boolean
    Annotations
    @inline()
  8. final def get(key: K): Nullable[V]
    Annotations
    @inline()
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. final def getOrElseUpdate(key: K, op: ⇒ V): V
  11. val hashMap: HashMap[K, V]
  12. final def isEmpty: Boolean
    Annotations
    @inline()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def keySet: Set[K]
    Annotations
    @inline()
  15. final def put(key: K, value: V): V
    Annotations
    @inline()
  16. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped