Package

com.twitter.cassovary

collections

Permalink

package collections

Visibility
  1. Public
  2. All

Type Members

  1. trait CSeq[T] extends AnyRef

    Permalink

    CSeq is fast and memory efficient equivalent of Scala's immutable.IndexedSeq with minimal interface that is 1) generic; 2) specialized for Int and Long; 3) does not use boxing for Int and Long; 4) and uses arrays of primitive types underneath.

    CSeq is fast and memory efficient equivalent of Scala's immutable.IndexedSeq with minimal interface that is 1) generic; 2) specialized for Int and Long; 3) does not use boxing for Int and Long; 4) and uses arrays of primitive types underneath.

    T

    type of element

  2. abstract class CSeqFactory[T] extends AnyRef

    Permalink
  3. class CSeqWrapper[T] extends IndexedSeq[T]

    Permalink

Value Members

  1. object CSeq

    Permalink

    Companion object to CSeq.

    Companion object to CSeq. This object's apply methods should be used to create new CSeqs.

  2. object SortedCSeqOps

    Permalink

Ungrouped