Packages

final class jMapOps[K, V] extends AnyVal

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

Instance Constructors

  1. new jMapOps(map: commons.JMap[K, V])

Value Members

  1. def compute(key: K, remappingFunction: (K, V) ⇒ V): V
  2. def computeIfAbsent(key: K)(mappingFunction: (K) ⇒ V): V
  3. def computeIfPresent(key: K)(remappingFunction: (K, V) ⇒ V): V
  4. def forEach(action: (K, V) ⇒ Any): Unit
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. def merge(key: K, value: V)(remappingFunction: (V, V) ⇒ V): V
  7. def replaceAll(function: (K, V) ⇒ V): Unit