package util
- Alphabetic
- Public
- Protected
Type Members
- 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
- class SQLOpenHashSet[T] extends AnyRef
- Annotations
- @Private()
Value Members
- object SQLOpenHashSet