AsciiSet

play.core.utils.AsciiSet
See theAsciiSet companion object
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.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def toBitSet: AsciiBitSet

Convert into an AsciiBitSet for fast querying.

Convert into an AsciiBitSet for fast querying.

Attributes

def |||(that: AsciiSet): AsciiUnion

Join together two sets.

Join together two sets.

Attributes