case class JObject(fields: Map[String, JValue]) extends JContainer with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JObject
  2. Serializable
  3. Serializable
  4. JContainer
  5. JValue
  6. Ordered
  7. Comparable
  8. Product
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JObject(fields: Map[String, JValue])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(field: JField): JObject
  4. def -(name: String): JObject
  5. def <(that: JValue): Boolean
    Definition Classes
    Ordered
  6. def <=(that: JValue): Boolean
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >(that: JValue): Boolean
    Definition Classes
    Ordered
  9. def >=(that: JValue): Boolean
    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def compare(that: JValue): Int
    Definition Classes
    JObjectJValue → Ordered
  13. def compareTo(that: JValue): Int
    Definition Classes
    Ordered → Comparable
  14. def contained: Iterable[JValue]
    Definition Classes
    JObjectJContainer
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(other: Any): Boolean
    Definition Classes
    JObject → Equals → AnyRef → Any
  17. val fields: Map[String, JValue]
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def get(name: String): JValue
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hasDefinedChild: Boolean
    Definition Classes
    JContainer
  22. def hashCode(): Int
    Definition Classes
    JObject → AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isNested: Boolean
    Definition Classes
    JContainer
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def partition(f: (JField) ⇒ Boolean): (JObject, JObject)
  29. def partitionField(field: String): (JValue, JObject)
  30. def sortedFields: Vector[JField]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    JValue → AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from JContainer

Inherited from JValue

Inherited from Ordered[JValue]

Inherited from Comparable[JValue]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped