Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class CaseInsensitiveStringMap extends Map[String, String]

    Case-insensitive map of string keys to string values.

    Case-insensitive map of string keys to string values.

    This is used to pass options to v2 implementations to ensure consistent case insensitivity.

    Methods that return keys in this map, like #entrySet() and #keySet(), return keys converted to lower case. This map doesn't allow null key.

    Annotations
    @Experimental()
    Since

    3.0.0

  2. class SQLOpenHashSet[T] extends AnyRef
    Annotations
    @Private()

Value Members

  1. object SQLOpenHashSet

Ungrouped