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 MurmurHash [T] extends (T) ⇒ Unit

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

  3. class Random extends AnyRef

Value Members

  1. object Marshal extends AnyRef

    Marshalling of Scala objects using Scala manifests.

  2. object MurmurHash extends AnyRef

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

  3. object Properties extends PropertiesTrait

    Loads library.

  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

  8. package control

  9. package grammar

  10. package logging

  11. package matching

  12. package parsing

  13. package regexp