Uses of Class
types.collections.text.TextSet
-
Uses of TextSet in types.collections.text
Modifier and TypeMethodDescriptionTextSet.intersection
(TextSet ts) Returns the intersection of "this" and "other".TextSet.lowercase()
Returns a new textset that is the result of appling uppercase to "this"Returns the difference of "this" and "other".Returns the union of "this" and "other".TextSet.uppercase()
Returns a new textset that is the result of appling uppercase to "this"Modifier and TypeMethodDescriptionTextSet.intersection
(TextSet ts) Returns the intersection of "this" and "other".