Packages

abstract class ValueArray[T <: ValueArray[T]] extends Value

Attributes
protected
Linear Supertypes
Value, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueArray
  2. Value
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ValueArray(a: ArrayBuffer[E])

Abstract Value Members

  1. abstract def +:(value: E): Value
    Definition Classes
    Value
  2. abstract def :+(value: E): Value
    Definition Classes
    Value
  3. abstract def make(a: ArrayBuffer[E]): T
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ValueArray[T] to any2stringadd[ValueArray[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ValueArray[T], B)
    Implicit
    This member is added by an implicit conversion from ValueArray[T] to ArrowAssoc[ValueArray[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. var _hashCode: Int
  7. final def apply(index: Z): E
    Definition Classes
    ValueArrayValue
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): Value
    Definition Classes
    Value → AnyRef
  10. final def computeHashCode: Int
  11. var dirty: Boolean
  12. final def elements: Vector[E]
    Definition Classes
    ValueArrayValue
  13. def ensuring(cond: (ValueArray[T]) ⇒ Boolean, msg: ⇒ Any): ValueArray[T]
    Implicit
    This member is added by an implicit conversion from ValueArray[T] to Ensuring[ValueArray[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (ValueArray[T]) ⇒ Boolean): ValueArray[T]
    Implicit
    This member is added by an implicit conversion from ValueArray[T] to Ensuring[ValueArray[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): ValueArray[T]
    Implicit
    This member is added by an implicit conversion from ValueArray[T] to Ensuring[ValueArray[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): ValueArray[T]
    Implicit
    This member is added by an implicit conversion from ValueArray[T] to Ensuring[ValueArray[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def equals(other: Any): B
    Definition Classes
    Value → AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ValueArray[T] to StringFormat[ValueArray[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. final def hashCode(): Int
    Definition Classes
    ValueArray → AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. final val size: Z
    Definition Classes
    ValueArrayValue
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. final def toString(): String
    Definition Classes
    ValueArray → AnyRef → Any
  30. final def update(index: Z, value: E): Unit
    Definition Classes
    ValueArrayValue
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def [B](y: B): (ValueArray[T], B)
    Implicit
    This member is added by an implicit conversion from ValueArray[T] to ArrowAssoc[ValueArray[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Value

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ValueArray[T] to any2stringadd[ValueArray[T]]

Inherited by implicit conversion StringFormat from ValueArray[T] to StringFormat[ValueArray[T]]

Inherited by implicit conversion Ensuring from ValueArray[T] to Ensuring[ValueArray[T]]

Inherited by implicit conversion ArrowAssoc from ValueArray[T] to ArrowAssoc[ValueArray[T]]

Ungrouped