- Preparing search index...
- The search index is not available
refa - v0.12.1
Accessors
hasEmptyWord
- get hasEmptyWord(): boolean
-
Returns boolean
hasSingleCharacter
- get hasSingleCharacter(): boolean
-
Returns boolean
isEmpty
- get isEmpty(): boolean
-
Returns boolean
Methods
equals
- equals(other: StringSet): boolean
-
Returns boolean
getLengthRange
- getLengthRange(): undefined | {
max: number;
min: number;
}
-
Returns undefined | {
max: number;
min: number;
}
getSingleCharacters
- getSingleCharacters(): undefined | CharSet
-
Returns undefined | CharSet
isCompatibleWith
- isCompatibleWith(other: StringSet): boolean
-
Returns boolean
isDisjointWith
- isDisjointWith(other: StringSet): boolean
-
Returns boolean
isProperSubsetOf
- isProperSubsetOf(other: StringSet): boolean
-
Returns boolean
isProperSupersetOf
- isProperSupersetOf(other: StringSet): boolean
-
Returns boolean
isSubsetOf
- isSubsetOf(other: StringSet): boolean
-
Returns boolean
isSupersetOf
- isSupersetOf(other: StringSet): boolean
-
Returns boolean
A set of words.
Words are stored as a sorted list of canonicalized words. The actual value of the set is wordSets.