Class

org.specs2.control.eff

ConcurrentWeakIdentityHashMap

Related Doc: package eff

Permalink

class ConcurrentWeakIdentityHashMap[K, V] extends ConcurrentMap[K, V]

Linear Supertypes
ConcurrentMap[K, V], Map[K, V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConcurrentWeakIdentityHashMap
  2. ConcurrentMap
  3. Map
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConcurrentWeakIdentityHashMap()

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clear(): Unit

    Permalink
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compute(arg0: K, arg1: BiFunction[_ >: K, _ >: V, _ <: V]): V

    Permalink
    Definition Classes
    ConcurrentMap → Map
  8. def computeIfAbsent(arg0: K, arg1: Function[_ >: K, _ <: V]): V

    Permalink
    Definition Classes
    ConcurrentMap → Map
  9. def computeIfPresent(arg0: K, arg1: BiFunction[_ >: K, _ >: V, _ <: V]): V

    Permalink
    Definition Classes
    ConcurrentMap → Map
  10. def containsKey(key: Any): Boolean

    Permalink
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  11. def containsValue(value: AnyRef): Boolean

    Permalink
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  12. def entrySet(): Set[Entry[K, V]]

    Permalink
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def forEach(arg0: BiConsumer[_ >: K, _ >: V]): Unit

    Permalink
    Definition Classes
    ConcurrentMap → Map
  17. def get(key: AnyRef): V

    Permalink
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getOrDefault(arg0: Any, arg1: V): V

    Permalink
    Definition Classes
    ConcurrentMap → Map
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def isEmpty(): Boolean

    Permalink
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def keySet(): Set[K]

    Permalink
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  24. def merge(arg0: K, arg1: V, arg2: BiFunction[_ >: V, _ >: V, _ <: V]): V

    Permalink
    Definition Classes
    ConcurrentMap → Map
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def put(key: K, value: V): V

    Permalink
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  29. def putAll(m: Map[_ <: K, _ <: V]): Unit

    Permalink
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  30. def putIfAbsent(key: K, value: V): V

    Permalink
    Definition Classes
    ConcurrentWeakIdentityHashMap → ConcurrentMap → Map
  31. def remove(key: Any): V

    Permalink
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  32. def remove(arg0: Any, arg1: Any): Boolean

    Permalink
    Definition Classes
    Map
  33. def replace(arg0: K, arg1: V): V

    Permalink
    Definition Classes
    Map
  34. def replace(arg0: K, arg1: V, arg2: V): Boolean

    Permalink
    Definition Classes
    Map
  35. def replaceAll(arg0: BiFunction[_ >: K, _ >: V, _ <: V]): Unit

    Permalink
    Definition Classes
    ConcurrentMap → Map
  36. def size(): Int

    Permalink
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def values(): Collection[V]

    Permalink
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ConcurrentMap[K, V]

Inherited from Map[K, V]

Inherited from AnyRef

Inherited from Any

Ungrouped