object StringIndexedCollection

Contains implementations of StringIndexedCollection and implicit definitions for building typeclasses necessary for the operations on string indexed collections

Author:

Harshad Deo

Since

0.1

Linear Supertypes
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. StringIndexedCollection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class NonEmptySI[MP <: DenseMap, +T] extends StringIndexedCollection[T]

    Implementation of a non-empty StringIndexedCollection, equivalent to a cons cell of a list

    Implementation of a non-empty StringIndexedCollection, equivalent to a cons cell of a list

    Author:

    Harshad Deo

    MP

    Type of the DenseMap that stores the indices

    T

    Type of the elements of the collection

    Since

    0.1

  2. final class SINil extends StringIndexedCollection[Nothing]

    Implementation of an empty StringIndexedCollection, equivalent to a Nil

    Implementation of an empty StringIndexedCollection, equivalent to a Nil

    Author:

    Harshad Deo

    Since

    0.1

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val SINil: SINil
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit def buildNonEmptySIAddConstraint[N <: Dense, MP <: DenseMap, T, U >: T](implicit ev0: =:=[False, StringIndexedCollection.buildNonEmptySIAddConstraint.MP.Contains[N]]): SIAddConstraint[N, NonEmptySI[MP, T], U, NonEmptySI[StringIndexedCollection.buildNonEmptySIAddConstraint.MP.Add[N, StringIndexedCollection.buildNonEmptySIAddConstraint.MP.Size], U]]

    Builds constraint.SIAddConstraint for non-empty StringIndexedCollection

    Author:

    Harshad Deo

    N

    Type index at which to add (i.e. String Value Hash)

    MP

    DenseMap of the existing collection

    T

    Type of the existing collection

    U

    Type of the element to be added

    Since

    0.1

  7. implicit def buildNonEmptyToMapConstraint[MP <: DenseMap, T]: ToMapConstraint[NonEmptySI[MP, T], Map[String, T]]

    Builds constraint.ToMapConstraint for non-empty StringIndexedCollection

    Author:

    Harshad Deo

    MP

    DenseMap of the collection

    T

    Element type of the collection

    Since

    0.1

  8. implicit def buildSIUpdatedConstraint[N <: Dense, MP <: DenseMap, T, U >: T](implicit ev0: TrueConstraint[StringIndexedCollection.buildSIUpdatedConstraint.MP.Contains[N]], ev1: <:<[StringIndexedCollection.buildSIUpdatedConstraint.MP.Get[N], Dense], ev2: DenseIntRep[StringIndexedCollection.buildSIUpdatedConstraint.MP.Get[N]]): UpdatedConstraint[N, NonEmptySI[MP, T], U, NonEmptySI[MP, U]]

    Builds constraint.UpdatedConstraint for StringIndexedCollection

    Author:

    Harshad Deo

    N

    Index to update (i.e. String Value Hash)

    MP

    DenseMap of the collection

    T

    Element type of the collection

    U

    Type of the element to be inserted

    Since

    0.1

  9. implicit def buildSiAtConstraint[MP <: DenseMap, T, N <: Dense](implicit ev0: TrueConstraint[StringIndexedCollection.buildSiAtConstraint.MP.Contains[N]], ev1: <:<[StringIndexedCollection.buildSiAtConstraint.MP.Get[N], Dense], ev2: DenseIntRep[StringIndexedCollection.buildSiAtConstraint.MP.Get[N]]): AtConstraint[N, NonEmptySI[MP, T], T]

    Builds constraint.AtConstraint for StringIndexedCollection

    Author:

    Harshad Deo

    MP

    DenseMap of the collection

    T

    Element type of the collection

    N

    Index at which to find the th element (i.e. String Value Hash)

    Since

    0.1

  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. implicit def nonEmptySiSizeConstraint[MP <: DenseMap, T]: LengthConstraint[NonEmptySI[MP, T], StringIndexedCollection.nonEmptySiSizeConstraint.MP.Size]

    Implements constraint.LengthConstraint for non-empty StringIndexedCollection

    Author:

    Harshad Deo

    MP

    DenseMap of the collection

    T

    Element type of the collection

    Since

    0.1

  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. implicit def siNIlAddConstraint[N <: Dense, U]: SIAddConstraint[N, SINil, U, NonEmptySI[NonEmptyDenseMap[N, _0, EmptyDenseMap, EmptyDenseMap], U]]

    Builds constraint.SIAddConstraint for an empty StringIndexedCollection

    Author:

    Harshad Deo

    N

    Type Index at which to add (i.e. String Value Hash)

    U

    Type of the value to add

    Since

    0.1

  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. implicit def toOps[S, T](s: S)(implicit ev: <:<[S, StringIndexedCollection[T]]): SiOps[S]

    Converts a StringIndexedCollection to an SiOps object

    Converts a StringIndexedCollection to an SiOps object

    Author:

    Harshad Deo

    S

    Type of the Collection

    T

    Element type of the collection

    Since

    0.1

  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. implicit object SINilMapConstraint extends ToMapConstraint[SINil, Map[String, Nothing]]

    Implements constraint.ToMapConstraint for empty StringIndexedCollection

    Author:

    Harshad Deo

    Since

    0.1

  28. implicit object SINilSizeConstraint extends LengthConstraint[SINil, _0]

    Implements constraint.LengthConstraint for empty StringIndexedCollection

    Author:

    Harshad Deo

    Since

    0.1

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Constraint Constructor

Implementation

Ops Converter

Ungrouped