Package

peds.commons

collection

Permalink

package collection

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. collection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class BloomFilter[T] extends (T) ⇒ Boolean with Equals with Serializable with LazyLogging

    Permalink
  2. trait Hashable extends Serializable

    Permalink
  3. class StringWithSimilarity extends AnyRef

    Permalink

    Find the similarity of two strings using the Jaro-Winkler distance algorithm.

    Find the similarity of two strings using the Jaro-Winkler distance algorithm. http://en.wikipedia.org/wiki/Jaro%E2%80%93Winkler_distance

Value Members

  1. object BloomFilter extends LazyLogging with Serializable

    Permalink
  2. object MurmurHashable extends Hashable

    Permalink
  3. object StringWithSimilarity

    Permalink
  4. implicit def string2StringWithSimilarity(str: String): StringWithSimilarity

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped