Packages

package util

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.

    Since

    3.0.0

Ungrouped