epic

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class BloomFilterSeenSet[T] extends LockableSeenSet[T] with Serializable

    Annotations
    @SerialVersionUID()
  2. case class CacheBroker(path: File = null, copyFrom: File = null, clearCaches: String = "", autocommit: Boolean = true, disableWriteAheadLog: Boolean = false) extends Serializable with Product

    Annotations
    @SerialVersionUID()
  3. class FIFOWorkQueue[-In, Out] extends Iterator[Out]

    TODO

  4. trait Has[WhatIHave] extends AnyRef

  5. trait Has2[Haver, +WhatIHave] extends AnyRef

  6. final class LRUCache[K, V] extends AnyRef

    Well, an approximate LRU cache base on hashing

  7. trait LockableSeenSet[-T] extends Serializable

    TODO

  8. sealed trait LowPriorityOptionalImplicit extends AnyRef

  9. sealed trait Optional[+A] extends AnyRef

    Optional is just like scala.Option, except that we offer implicit conversion from the Optional to Provided.

    Optional is just like scala.Option, except that we offer implicit conversion from the Optional to Provided. Mostly for use in optional argument lists

  10. trait ProcessTextMain[Model, AnnotatedType] extends AnyRef

    TODO

  11. class ProgressLog extends AnyRef

  12. case class Provided[+A](get: A) extends Optional[A] with Product with Serializable

    Equivalent to Some, but with an implicit conversion from A to Provided(aA

    Equivalent to Some, but with an implicit conversion from A to Provided(aA

    A

    get
  13. trait SafeLogging extends AnyRef

    Stupid Typesafe logging lib trait isn't serializable.

    Stupid Typesafe logging lib trait isn't serializable. This is just a better version.

  14. class ThreadLocalBloomFilter[T] extends LockableSeenSet[T] with SafeLogging

    TODO

    TODO

    Annotations
    @SerialVersionUID()

Value Members

  1. object AlwaysSeenSet extends LockableSeenSet[Any]

    Annotations
    @SerialVersionUID()
  2. object ArabicNormalization extends LazyLogging

    based on http://languagelog.

    based on http://languagelog.ldc.upenn.edu/myl/ldc/morph/buckwalter.html

    http://www.qamus.org/transliteration.htm

  3. object Arrays

  4. object BinarySearch

    TODO

  5. object CacheBroker extends LazyLogging with Serializable

  6. object FIFOWorkQueue extends SafeLogging

  7. object Has2

  8. object LockableSeenSet extends Serializable

  9. object NotProvided extends Optional[Nothing] with Product with Serializable

    Equivalent to None

    Equivalent to None

    Annotations
    @SerialVersionUID()
  10. object Optional extends LowPriorityOptionalImplicit

  11. object ProcessTextMain

  12. object Unicode

    Utilities for querying unicode code-points.

    Utilities for querying unicode code-points. These supplement the static methods in java.lang.Character

  13. object WeightsCache

    TODO

Ungrouped