Uses of Interface
org.ujmp.core.text.TextSentence
-
Packages that use TextSentence Package Description org.ujmp.core.text -
-
Uses of TextSentence in org.ujmp.core.text
Classes in org.ujmp.core.text that implement TextSentence Modifier and Type Class Description class
DefaultTextSentence
Methods in org.ujmp.core.text that return types with arguments of type TextSentence Modifier and Type Method Description static java.util.Collection<TextSentence>
TextUtil. convertToTextBlockToSentences(java.lang.String text)
Constructors in org.ujmp.core.text with parameters of type TextSentence Constructor Description DefaultTextBlock(TextSentence... textSentences)
Constructor parameters in org.ujmp.core.text with type arguments of type TextSentence Constructor Description DefaultTextBlock(java.util.Collection<TextSentence> textSentences)
-