All Downloads are FREE. Search and download functionalities are using the official Maven repository.

errorprone.bugpattern.StringBuilderInitWithChar.md Maven / Gradle / Ivy

The newest version!
StringBuilder does not have a char constructor, so instead this code creates a
StringBuilder with initial size equal to the code point of the specified char.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy