Uses of Class
types.collections.text.TextSet
Packages that use TextSet
-
Uses of TextSet in types.collections.text
Methods in types.collections.text that return TextSetModifier 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"Methods in types.collections.text with parameters of type TextSetModifier and TypeMethodDescriptionTextSet.intersection
(TextSet ts) Returns the intersection of "this" and "other".