Packages

c

org.specs2.control.eff

ConcurrentWeakIdentityHashMap

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. Protected

Instance Constructors

  1. new ConcurrentWeakIdentityHashMap()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clear(): Unit
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. def compute(arg0: K, arg1: BiFunction[_ >: K <: AnyRef, _ >: V <: AnyRef, _ <: V]): V
    Definition Classes
    ConcurrentMap → Map
  8. def computeIfAbsent(arg0: K, arg1: Function[_ >: K <: AnyRef, _ <: V]): V
    Definition Classes
    ConcurrentMap → Map
  9. def computeIfPresent(arg0: K, arg1: BiFunction[_ >: K <: AnyRef, _ >: V <: AnyRef, _ <: V]): V
    Definition Classes
    ConcurrentMap → Map
  10. def containsKey(key: Any): Boolean
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  11. def containsValue(value: AnyRef): Boolean
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  12. def entrySet(): Set[Entry[K, V]]
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def forEach(arg0: BiConsumer[_ >: K <: AnyRef, _ >: V <: AnyRef]): Unit
    Definition Classes
    ConcurrentMap → Map
  16. def get(key: AnyRef): V
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def getOrDefault(arg0: AnyRef, arg1: V): V
    Definition Classes
    ConcurrentMap → Map
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def isEmpty(): Boolean
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def keySet(): Set[K]
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  23. def merge(arg0: K, arg1: V, arg2: BiFunction[_ >: V <: AnyRef, _ >: V <: AnyRef, _ <: V]): V
    Definition Classes
    ConcurrentMap → Map
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. def put(key: K, value: V): V
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  28. def putAll(m: Map[_ <: K, _ <: V]): Unit
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  29. def putIfAbsent(key: K, value: V): V
    Definition Classes
    ConcurrentWeakIdentityHashMap → ConcurrentMap → Map
  30. def remove(key: Any): V
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  31. def remove(arg0: AnyRef, arg1: AnyRef): Boolean
    Definition Classes
    Map
  32. def replace(arg0: K, arg1: V): V
    Definition Classes
    Map
  33. def replace(arg0: K, arg1: V, arg2: V): Boolean
    Definition Classes
    Map
  34. def replaceAll(arg0: BiFunction[_ >: K <: AnyRef, _ >: V <: AnyRef, _ <: V]): Unit
    Definition Classes
    ConcurrentMap → Map
  35. def size(): Int
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def values(): Collection[V]
    Definition Classes
    ConcurrentWeakIdentityHashMap → Map
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ConcurrentMap[K, V]

Inherited from Map[K, V]

Inherited from AnyRef

Inherited from Any

Ungrouped