Interface | Description |
---|---|
StringRepresentation |
An object which has a user-readable string representation in contrary to the toString method, which is often supposed to be a string representation for the programmers view.
|
Class | Description |
---|---|
ColorOp |
Contains some static methods to work with colors.
|
ConversionOps |
Contains static methods to convert some types into each other.
|
Debug | |
ExtractedString |
Offers methods for extracting sub strings.
|
FileOps | |
FileOps.FileLineIterator |
Enables iterating line wise over a text file.
|
ListString |
Class for creating a user-readable string representation of a list.
|
MathOps |
Contains static mathematical operation methods
|
StringOps |
Offers several methods to work with strings.
|
Exception | Description |
---|---|
HexParseException |
Thrown if an error occurs while parsing a string containing a hexadecimal number.
|