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 Random extends AnyRef

    no summary matey

  3. class RichSorting[K] extends AnyRef

    A RichSorting object is generally created implicitly through the use of the sort function on an arbitrary sequence, where the items are ordered .

Value Members

  1. object JenkinsHash extends AnyRef

    Original algorithm due to Bob Jenkins .

  2. object Marshal extends AnyRef

    Marshalling of Scala objects using Scala manifests .

  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