Package

dagr.commons

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class BiMap[K, V] extends Iterable[(K, V)]

    Permalink

    An iterable bi-Directional map.

    An iterable bi-Directional map. There is a 1:1 mapping between keys and values.

    K

    the key type.

    V

    the value type.

  2. final class ClassFinder extends AnyRef

    Permalink
  3. trait LazyLogging extends AnyRef

    Permalink

    Trait that can be mixed into classes to provide a Logger that is constructed at first access.

  4. final class LogLevel extends Enum[LogLevel]

    Permalink
  5. class Logger extends AnyRef

    Permalink

    Very simple logging class that supports logging at multiple levels.

Value Members

  1. object Logger

    Permalink

    Companion object for the Logger class that holds the system-wide log level, and a PrintWriter to write to.

  2. object StringUtil

    Permalink
  3. object TimeUtil

    Permalink

Ungrouped