Packages

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

Attributes
protected
Linear Supertypes
Value, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueTreeMap
  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 ValueTreeMap(tm: TreeMap[Z, E], size: Z)

Abstract Value Members

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

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

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

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

Ungrouped