Documentation
Toggle table of contents
dev
Select version
0.0.0-a04-SNAPSHOT
dev
common
Target filter
common
Switch theme
Search in API
Skip to content
Documentation
text
/
org.k3lp.lib.text.uset
/
K3UnicodeSetBuilder
K3Unicode
Set
Builder
class
K3UnicodeSetBuilder
(
source
)
Members
Constructors
K3Unicode
Set
Builder
Link copied to clipboard
constructor
(
)
Functions
difference
Link copied to clipboard
fun
difference
(
otherRange
:
IntRange
)
fun
difference
(
unicodeSet
:
K3UnicodeSet
)
intersect
Link copied to clipboard
fun
intersect
(
unicodeSet
:
K3UnicodeSet
)
invert
Link copied to clipboard
fun
invert
(
)
to
K3Unicode
Set
Link copied to clipboard
fun
toK3UnicodeSet
(
)
:
K3UnicodeSet
union
Link copied to clipboard
fun
union
(
codePoint
:
Int
)
fun
union
(
range
:
IntRange
)
fun
union
(
unicodeSet
:
K3UnicodeSet
)