play.core.utils

package play.core.utils

Members list

Type members

Classlikes

object AsciiSet

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
AsciiSet.type
trait AsciiSet

A set of ASCII characters. The set should be built out of AsciiRange, AsciiChar, AsciiUnion, etc then converted to an AsciiBitSet using toBitSet for fast querying.

A set of ASCII characters. The set should be built out of AsciiRange, AsciiChar, AsciiUnion, etc then converted to an AsciiBitSet using toBitSet for fast querying.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any