scala

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class DynamicVariable[T] extends AnyRef

    DynamicVariables provide a binding mechanism where the current value is found through dynamic scope, but where access to the variable itself is resolved through static scope.

  2. class MurmurHash3 extends AnyRef

    An implementation of Austin Appleby's MurmurHash 3 algorithm (MurmurHash3_x86_32).

  3. class Random extends AnyRef

  4. class MurmurHash[T] extends (T) ⇒ Unit

    A class designed to generate well-distributed non-cryptographic hashes.

Value Members

  1. object Marshal extends AnyRef

    Marshalling of Scala objects using Scala manifests.

  2. object MurmurHash3 extends MurmurHash3

    An instance of MurmurHash3 with predefined seeds for various classes.

  3. object Properties extends PropertiesTrait

    Loads library.properties from the jar.

  4. object Random extends Random

    The object Random offers a default implementation of scala.

  5. object Sorting extends AnyRef

    The Sorting object provides functions that can sort various kinds of objects.

  6. package automata

  7. package continuations

    Delimited continuations are a feature for modifying the usual control flow of a program.

  8. package control

  9. package grammar

  10. package logging

  11. package matching

  12. package parsing

  13. package regexp

Deprecated Value Members

  1. object MurmurHash extends AnyRef

    An object designed to generate well-distributed non-cryptographic hashes.