odkl.analysis.spark.util

collection

package collection

Visibility
  1. Public
  2. All

Type Members

  1. class BitSet extends Serializable

    A simple, fixed-size bit set implementation.

  2. trait CollectionOperations extends AnyRef

    Created by vyacheslav.

  3. class CompactBuffer[T] extends Seq[T] with Serializable

    An append-only buffer similar to ArrayBuffer, but more memory-efficient for small buffers.

  4. class OpenHashMap[K, V] extends Iterable[(K, V)] with Serializable

    :: DeveloperApi :: A fast hash map implementation for nullable keys.

  5. class OpenHashSet[T] extends Serializable

    A simple, fast hash set optimized for non-null insertion-only use case, where keys are never removed.

Value Members

  1. object CollectionOperations extends CollectionOperations

Ungrouped