Class Summary | |
class
|
DynamicVariable
[T](init : T) extends AnyRef
|
class
|
Random
(val self : java.util.Random) extends AnyRef
|
class
|
RichSorting
[K <: Ordered[K]](s : Seq[K], implicit evidence$13 : ClassManifest[K]) extends AnyRef
|
Object Summary | |
object
|
JenkinsHash
extends AnyRef
Original algorithm due to Bob Jenkins.
http://burtleburtle.net/bob/c/lookup3.c
Scala version partially adapted from java version by Gray Watson.
http://256.com/sources/jenkins_hash_java/JenkinsHash.java
This is based on the 1996 version, not the 2006 version, and
could most likely stand some improvement; the collision rate is
negligible in my tests, but performance merits investigation.
|
object
|
Marshal
extends AnyRef
Marshalling of Scala objects using Scala manifests.
|
object
|
NameTransformer
extends AnyRef
|
object
|
Properties
extends scala.util.PropertiesTrait
Loads library.properties from the jar.
|
object
|
Random
extends Random
The object
Random offers a default implementation
of scala.util.Random and random-related convenience methods. |
object
|
Sorting
extends AnyRef
|