scala

util

package util

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

  3. class RichSorting[K <: Ordered[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 NameTransformer extends AnyRef

  4. object Properties extends PropertiesTrait

    Loads library

  5. object Random extends Random

    The object Random offers a default implementation of scala

  6. object Sorting extends AnyRef

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

  7. package automata

  8. package control

  9. package grammar

  10. package logging

  11. package matching

  12. package parsing

  13. package regexp