Packages

class Map[K, V] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Map
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clear(): Unit
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def clone$(): Map[K, V]
  8. def containsKey(key: K): Boolean
  9. def deepClone(): Map[K, V]
  10. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  11. def equals(other: Map[K, V]): Boolean
  12. def equals(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def get(key: K): V
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getSObjectType(): SObjectType
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode$(): Integer
  19. def isEmpty(): Boolean
  20. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  21. def keySet(): Set[K]
  22. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def put(key: K, value: V): V
  26. def putAll(sobjectArray: List[SObject]): Unit
  27. def putAll(fromMap: Map[K, V]): Unit
  28. def remove(key: K): V
  29. def size(): Integer
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  32. def toString$(): String
  33. def values(): List[V]
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped