Class | Description |
---|---|
Characters |
This class contains helper methods for
Character . |
Csv |
This class represents CSV data, consisting of rows of values, implementing
List<String> for convenience reasons. |
CsvRow |
Class representing the values of one CSV row, implementing
List<String> for convenience reasons. |
Lines |
This class contains helper methods for line based processing.
|
Patterns |
This class contains helper methods for
Pattern . |
SentenceFormatter |
Class to format and parse a list of words.
|
SplitLimit |
String.split(String) and
Pattern.split(CharSequence) should not be used as
trailing empty strings are discarded. |
StringConverters |
This class contains helper methods for decoding and encoding strings.
|
Strings |
This class contains helper methods for
String . |
Enum | Description |
---|---|
Lines.GroupedLineType |
Specifies the way groups of lines are created and closed.
|
Exception | Description |
---|---|
StringParseException |
Thrown to indicate that a string could not be parsed.
|
Copyright © 2025. All rights reserved.