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
    @HotSpotIntrinsicCandidate() @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 forEach(arg0: BiConsumer[_ >: K, _ >: V]): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def getOrDefault(arg0: Any, arg1: V): V

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def isEmpty(): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. def put(key: K, value: V): V

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  39. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ConcurrentMap[K, V]

Inherited from Map[K, V]

Inherited from AnyRef

Inherited from Any

Ungrouped