Class

org.sireum.logika.collection.MS

ValueArray

Related Doc: package MS

Permalink

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])

    Permalink

Abstract Value Members

  1. abstract def +:(value: E): Value

    Permalink
    Definition Classes
    Value
  2. abstract def :+(value: E): Value

    Permalink
    Definition Classes
    Value
  3. abstract def make(a: ArrayBuffer[E]): T

    Permalink
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    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)

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef → Any
  6. var _hashCode: Int

    Permalink
  7. final def apply(index: Z): E

    Permalink
    Definition Classes
    ValueArrayValue
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): Value

    Permalink
    Definition Classes
    Value → AnyRef
  10. final def computeHashCode: Int

    Permalink
  11. var dirty: Boolean

    Permalink
  12. final def elements: Vector[E]

    Permalink
    Definition Classes
    ValueArrayValue
  13. def ensuring(cond: (ValueArray[T]) ⇒ Boolean, msg: ⇒ Any): ValueArray[T]

    Permalink
    Implicit information
    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]

    Permalink
    Implicit information
    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]

    Permalink
    Implicit information
    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]

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef
  18. final def equals(other: Any): B

    Permalink
    Definition Classes
    Value → AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    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[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def hashCode(): Int

    Permalink
    Definition Classes
    ValueArray → AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final val size: Z

    Permalink
    Definition Classes
    ValueArrayValue
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. final def toString(): String

    Permalink
    Definition Classes
    ValueArray → AnyRef → Any
  30. final def update(index: Z, value: E): Unit

    Permalink
    Definition Classes
    ValueArrayValue
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def [B](y: B): (ValueArray[T], B)

    Permalink
    Implicit information
    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